Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp86 assert(!isDeadBlock(InBB) && "block must be live"); in hasLiveIncomingEdge()
102 bool isDeadBlock(const BasicBlock *BB) const { in isDeadBlock() function in __anon0a15d7ce0111::CFGDeadness
111 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()