Searched refs:PredPredBB (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 144 Constant *evaluateOnPredecessorEdge(BasicBlock *BB, BasicBlock *PredPredBB, 147 void threadThroughTwoBasicBlocks(BasicBlock *PredPredBB, BasicBlock *PredBB,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1526 return LVI->getConstantOnEdge(V, PredPredBB, PredBB, nullptr); in evaluateOnPredecessorEdge() 2214 BasicBlock *PredPredBB; in maybethreadThroughTwoBasicBlocks() local 2216 PredPredBB = ZeroPred; in maybethreadThroughTwoBasicBlocks() 2218 PredPredBB = OnePred; in maybethreadThroughTwoBasicBlocks() 2266 threadThroughTwoBasicBlocks(PredPredBB, PredBB, BB, SuccBB); in maybethreadThroughTwoBasicBlocks() 2293 auto NewBBFreq = BFI->getBlockFreq(PredPredBB) * in threadThroughTwoBasicBlocks() 2294 BPI->getEdgeProbability(PredPredBB, PredBB); in threadThroughTwoBasicBlocks() 2311 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() 2314 PredBB->removePredecessor(PredPredBB, true); in threadThroughTwoBasicBlocks() 2326 {DominatorTree::Insert, PredPredBB, NewBB}, in threadThroughTwoBasicBlocks() [all …]
|