Lines Matching refs:InBB
83 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()
469 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge()
470 return CD.hasLiveIncomingEdge(PN, InBB); in hasLiveIncomingEdge()
671 const BasicBlock *InBB = PN->getIncomingBlock(i); in removeValidUnrelocatedDefs() local
672 if (!isMapped(InBB) || in removeValidUnrelocatedDefs()
673 !CD.hasLiveIncomingEdge(PN, InBB)) in removeValidUnrelocatedDefs()
685 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
804 const BasicBlock *InBB = PN->getIncomingBlock(i); in verifyInstruction() local
805 const BasicBlockState *InBBS = Tracker->getBasicBlockState(InBB); in verifyInstruction()
807 !Tracker->hasLiveIncomingEdge(PN, InBB)) in verifyInstruction()