Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp84 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() function in __anon8716459d0111::CFGDeadness
449 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() function in __anon8716459d0311::GCPtrTracker
450 return CD.hasLiveIncomingEdge(PN, InBB); in hasLiveIncomingEdge()
656 !CD.hasLiveIncomingEdge(PN, InBB)) in removeValidUnrelocatedDefs()
790 !Tracker->hasLiveIncomingEdge(PN, InBB)) in verifyInstruction()