Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1599 return LVI->getConstantOnEdge(V, PredPredBB, PredBB, nullptr); in evaluateOnPredecessorEdge()
2203 BasicBlock *PredPredBB; in maybethreadThroughTwoBasicBlocks() local
2205 PredPredBB = ZeroPred; in maybethreadThroughTwoBasicBlocks()
2207 PredPredBB = OnePred; in maybethreadThroughTwoBasicBlocks()
2255 threadThroughTwoBasicBlocks(PredPredBB, PredBB, BB, SuccBB); in maybethreadThroughTwoBasicBlocks()
2276 auto NewBBFreq = BFI->getBlockFreq(PredPredBB) * in threadThroughTwoBasicBlocks()
2277 BPI->getEdgeProbability(PredPredBB, PredBB); in threadThroughTwoBasicBlocks()
2294 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks()
2297 PredBB->removePredecessor(PredPredBB, true); in threadThroughTwoBasicBlocks()
2309 {DominatorTree::Insert, PredPredBB, NewBB}, in threadThroughTwoBasicBlocks()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h145 Constant *evaluateOnPredecessorEdge(BasicBlock *BB, BasicBlock *PredPredBB,
148 void threadThroughTwoBasicBlocks(BasicBlock *PredPredBB, BasicBlock *PredBB,