Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfo.h345 void replaceEntryRecursive(BlockT *NewEntry);
H A DRegionInfoImpl.h68 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1722 FirstRegion->replaceEntryRecursive(NewEntryBlock); in transformScopes()