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()
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()
809 !Tracker->hasLiveIncomingEdge(PN, InBB)) in verifyInstruction()