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

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

Completed in 43 milliseconds