Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp77 getBlockEdge(const PredicateBase *PB) { in getBlockEdge() function
157 getBlockEdge(const ValueDFS &VD) const { in getBlockEdge() function
163 return ::getBlockEdge(VD.PInfo); in getBlockEdge()
168 auto &ABlockEdge = getBlockEdge(A); in comparePHIRelated()
169 auto &BBlockEdge = getBlockEdge(B); in comparePHIRelated()
246 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope()
603 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses()