finish inductive variables

This commit is contained in:
2025-04-22 16:14:29 +03:00
parent cd209a587a
commit 6a84171382
9 changed files with 431 additions and 144 deletions

View File

@@ -1019,10 +1019,10 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
if(func->funcPointer->variant() != ENTRY_STAT)
countOfTransform += removeDeadCode(func->funcPointer, allFuncInfo, commonBlocks);
}
else if (curr_regime == EXPLORE_IR_LOOPS)
testIR(fullIR);
else if (curr_regime == BUILD_IR_SSA_FORM)
buildIRSSAForm(fullIR);
buildIRSSAForm(fullIR, &ssaFormIR);
else if (curr_regime == EXPLORE_IR_LOOPS)
exploreLoops(&ssaFormIR);
else if (curr_regime == TEST_PASS)
{
//test pass