Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h345 void replaceEntryRecursive(BlockT *NewEntry);
H A DRegionInfoImpl.h66 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1729 FirstRegion->replaceEntryRecursive(NewEntryBlock); in transformScopes()