Home
last modified time | relevance | path

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

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