Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp837 SubRegion->replaceExit(NewExit); in changeExit()