Searched refs:BBNext (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBlockPlacement.cpp | 252 MachineBasicBlock *BBNext = BB->getNextNode(); in moveBasicBlock() local 294 if (BBNext && BB->isSuccessor(BBNext)) in moveBasicBlock() 295 FixFallthrough(BB, BBNext); in moveBasicBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 1135 BasicBlock *BBNext = SplitBlock(BB, Call, DTU); in foldMemChr() 1140 IRB.CreateTrunc(Call->getArgOperand(1), ByteTy), BBNext, N); in foldMemChr() 1145 Call->getContext(), "memchr.success", BB->getParent(), BBNext); in foldMemChr() 1149 IRB.CreateBr(BBNext); in foldMemChr() 1151 Updates.push_back({DominatorTree::Insert, BBSuccess, BBNext}); in foldMemChr() 1172 PHINode::Create(Call->getType(), 2, Call->getName(), BBNext->begin()); in foldMemChr() 1136 BasicBlock *BBNext = SplitBlock(BB, Call, DTU); foldMemChr() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 1658 BranchProbability CvtNext, CvtFalse, BBNext, BBCvt; in IfConvertTriangle() local 1664 BBNext = MBPI->getEdgeProbability(BBI.BB, &NextMBB); in IfConvertTriangle() 1702 auto NewNext = BBNext + BBCvt * CvtNext; in IfConvertTriangle()
|