Searched refs:isDeadBlock (Results 1 – 1 of 1) sorted by relevance
86 assert(!isDeadBlock(InBB) && "block must be live"); in hasLiveIncomingEdge()102 bool isDeadBlock(const BasicBlock *BB) const { in isDeadBlock() function in __anon0a15d7ce0111::CFGDeadness111 assert(!isDeadBlock(cast<Instruction>(U->getUser())->getParent()) && in isDeadEdge()121 if (!isDeadBlock(*PredIt) && !isDeadEdge(&U)) in hasLiveIncomingEdges()167 if (isDeadBlock(D)) in addDeadBlock()181 if (!isDeadBlock(S) && !hasLiveIncomingEdges(S)) in addDeadBlock()542 if (!CD.isDeadBlock(&BB)) { in GCPtrTracker()