Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp78 getBlockEdge(const PredicateBase *PB) { in getBlockEdge() function
158 getBlockEdge(const ValueDFS &VD) const { in getBlockEdge() function
164 return ::getBlockEdge(VD.PInfo); in getBlockEdge()
169 auto &ABlockEdge = getBlockEdge(A); in comparePHIRelated()
170 auto &BBlockEdge = getBlockEdge(B); in comparePHIRelated()
247 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope()
604 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses()