Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h62 void RegionBase<Tr>::replaceExit(BlockT *BB) { in replaceExit() function
95 R->replaceExit(NewExit); in replaceExitRecursive()
H A DRegionInfo.h336 void replaceExit(BlockT *BB);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp721 SubRegion->replaceExit(NewExit); in changeExit()