Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp114 bool hasLiveIncomingEdges(const BasicBlock *BB) const { in hasLiveIncomingEdges() function in __anon3f3b4b710111::CFGDeadness
179 if (!isDeadBlock(S) && !hasLiveIncomingEdges(S)) in addDeadBlock()
189 if (hasLiveIncomingEdges(BB)) in addDeadEdge()