Home
last modified time | relevance | path

Searched refs:InBB (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DSafepointIRVerifier.cpp83 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge()
84 assert(!isDeadBlock(InBB) && "block must be live"); in hasLiveIncomingEdge()
88 if (InBB == *PredIt) { in hasLiveIncomingEdge()
470 return CD.hasLiveIncomingEdge(PN, InBB); in hasLiveIncomingEdge()
673 const BasicBlock *InBB = PN->getIncomingBlock(i); in removeValidUnrelocatedDefs() local
674 if (!isMapped(InBB) || in removeValidUnrelocatedDefs()
675 !CD.hasLiveIncomingEdge(PN, InBB)) in removeValidUnrelocatedDefs()
687 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
806 const BasicBlock *InBB = PN->getIncomingBlock(i); in verifyInstruction() local
807 const BasicBlockState *InBBS = Tracker->getBasicBlockState(InBB); in verifyInstruction()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp461 BasicBlock *InBB = std::get<0>(Incoming); in foldPHIArgBinOpIntoPHI() local
466 NewLHS->addIncoming(NewInLHS, InBB); in foldPHIArgBinOpIntoPHI()
470 NewRHS->addIncoming(NewInRHS, InBB); in foldPHIArgBinOpIntoPHI()
588 BasicBlock *InBB = std::get<0>(Incoming); in foldPHIArgGEPIntoPHI() local
594 OpPhi->addIncoming(InGEP->getOperand(Op), InBB); in foldPHIArgGEPIntoPHI()
690 BasicBlock *InBB = std::get<0>(Incoming); in foldPHIArgLoadIntoPHI() local
707 if (LI->getParent() != InBB || !isSafeAndProfitableToSinkLoad(LI)) in foldPHIArgLoadIntoPHI()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1227 BasicBlock *InBB = PN->getIncomingBlock(i); in findBasePointer() local
1228 if (!BlockToValue.count(InBB)) in findBasePointer()
1229 BlockToValue[InBB] = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer()
1232 Value *OldBase = BlockToValue[InBB]; in findBasePointer()
1252 Value *Base = BlockToValue[InBB]; in findBasePointer()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2597 BinaryBasicBlock *InBB, in replayCFIInstrs() argument
2624 InsertIt = addCFIPseudo(InBB, InsertIt, *I); in replayCFIInstrs()
2632 BinaryBasicBlock *InBB, in unwindCFIState() argument
2650 InsertIt = addCFIPseudo(InBB, InsertIt, FrameInstructions.size() - 1); in unwindCFIState()
2656 InsertIt = addCFIPseudo(InBB, InsertIt, FrameInstructions.size()); in unwindCFIState()
2662 InsertIt = addCFIPseudo(InBB, InsertIt, ToCFITable.CFARule); in unwindCFIState()
2700 InsertIt = addCFIPseudo(InBB, InsertIt, FrameInstructions.size() - 1); in unwindCFIState()
2709 InsertIt = addCFIPseudo(InBB, InsertIt, FrameInstructions.size()); in unwindCFIState()
2717 InsertIt = addCFIPseudo(InBB, InsertIt, Rule); in unwindCFIState()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2130 BinaryBasicBlock *InBB,
2138 BinaryBasicBlock *InBB,