Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp587 static const Loop *PickMostRelevantLoop(const Loop *A, const Loop *B, in PickMostRelevantLoop() function
620 L = PickMostRelevantLoop(L, getRelevantLoop(Op), SE.DT); in getRelevantLoop()
628 const Loop *Result = PickMostRelevantLoop( in getRelevantLoop()
652 return PickMostRelevantLoop(LHS.first, RHS.first, DT) != LHS.first; in operator ()()