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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2937 Instruction *AfterGuard = Guard->getNextNode(); local
2938 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold);
2944 BB, PredGuardedBlock, AfterGuard, GuardedMapping, *DTU);
2958 for (auto BI = BB->begin(); &*BI != AfterGuard; ++BI)

Completed in 58 milliseconds