Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp83 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() function in __anon3f3b4b710111::CFGDeadness
469 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() function in __anon3f3b4b710311::GCPtrTracker
470 return CD.hasLiveIncomingEdge(PN, InBB); in hasLiveIncomingEdge()
675 !CD.hasLiveIncomingEdge(PN, InBB)) in removeValidUnrelocatedDefs()
809 !Tracker->hasLiveIncomingEdge(PN, InBB)) in verifyInstruction()