Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3035 Instruction *AfterGuard = Guard->getNextNode(); in threadGuard() local
3036 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold); in threadGuard()
3042 BB, PredGuardedBlock, AfterGuard, GuardedMapping, *DTU); in threadGuard()
3056 for (auto BI = BB->begin(); &*BI != AfterGuard; ++BI) in threadGuard()