Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDSafepointIRVerifier.cpp83 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() function in __anonddb4c3d90111::CFGDeadness
469 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() function in __anonddb4c3d90311::GCPtrTracker
470 return CD.hasLiveIncomingEdge(PN, InBB); in hasLiveIncomingEdge()
673 !CD.hasLiveIncomingEdge(PN, InBB)) in removeValidUnrelocatedDefs()
807 !Tracker->hasLiveIncomingEdge(PN, InBB)) in verifyInstruction()