Home
last modified time | relevance | path

Searched refs:replaceExit (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DUtils.cpp110 PrevRegion->replaceExit(SplitBlock); in executeScopConditionally()
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp74 RegionOfPred->replaceExit(NewEntering); in simplifyRegionEntry()
139 R->replaceExit(ExitBB); in simplifyRegionExit()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h60 void RegionBase<Tr>::replaceExit(BlockT *BB) { in replaceExit() function
93 R->replaceExit(NewExit); in replaceExitRecursive()
H A DRegionInfo.h336 void replaceExit(BlockT *BB);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp741 SubRegion->replaceExit(NewExit); in changeExit()