Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionInfo.h271 void replaceExit(BasicBlock *BB);
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h58 void RegionBase<Tr>::replaceExit(BlockT *BB) { in replaceExit() function
92 R->replaceExit(NewExit); in replaceExitRecursive()
DRegionInfo.h329 void replaceExit(BlockT *BB);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp78 void Region::replaceExit(BasicBlock *BB) { in replaceExit() function in Region
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp688 SubRegion->replaceExit(NewExit); in changeExit()