Searched refs:PredPredBB (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1584 return LVI->getConstantOnEdge(V, PredPredBB, PredBB, nullptr); in evaluateOnPredecessorEdge() 2188 BasicBlock *PredPredBB; in maybethreadThroughTwoBasicBlocks() local 2190 PredPredBB = ZeroPred; in maybethreadThroughTwoBasicBlocks() 2192 PredPredBB = OnePred; in maybethreadThroughTwoBasicBlocks() 2240 threadThroughTwoBasicBlocks(PredPredBB, PredBB, BB, SuccBB); in maybethreadThroughTwoBasicBlocks() 2261 auto NewBBFreq = BFI->getBlockFreq(PredPredBB) * in threadThroughTwoBasicBlocks() 2262 BPI->getEdgeProbability(PredPredBB, PredBB); in threadThroughTwoBasicBlocks() 2279 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() 2282 PredBB->removePredecessor(PredPredBB, true); in threadThroughTwoBasicBlocks() 2294 {DominatorTree::Insert, PredPredBB, NewBB}, in threadThroughTwoBasicBlocks() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 143 Constant *evaluateOnPredecessorEdge(BasicBlock *BB, BasicBlock *PredPredBB, 146 void threadThroughTwoBasicBlocks(BasicBlock *PredPredBB, BasicBlock *PredBB,
|