Searched refs:InBB (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp83 /// basic block InBB listed in the phi node.
84 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const {
85 assert(!isDeadBlock(InBB) && "block must be live");
89 if (InBB == *PredIt) {
460 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const {
461 return CD.hasLiveIncomingEdge(PN, InBB);
665 const BasicBlock *InBB = PN->getIncomingBlock(i); local
666 if (!isMapped(InBB) ||
667 !CD.hasLiveIncomingEdge(PN, InBB))
679 if (BlockMap[InBB]
798 const BasicBlock *InBB = PN->getIncomingBlock(i); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1042 BasicBlock *InBB = PN->getIncomingBlock(i); local
1044 // If we've already seen InBB, add the same incoming value
1053 int BlockIndex = BasePHI->getBasicBlockIndex(InBB);
1056 BasePHI->addIncoming(OldBase, InBB);
1075 Value *Base = getBaseForInput(InVal, InBB->getTerminator());
1076 BasePHI->addIncoming(Base, InBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp480 BasicBlock *InBB = PN.getIncomingBlock(i); local
484 OpPhi->addIncoming(InGEP->getOperand(op), InBB);

Completed in 175 milliseconds