Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp402 static const Loop *PickMostRelevantLoop(const Loop *A, const Loop *B, in PickMostRelevantLoop() function
442 L = PickMostRelevantLoop(L, getRelevantLoop(Op), SE.DT); in getRelevantLoop()
475 return PickMostRelevantLoop(LHS.first, RHS.first, DT) != LHS.first; in operator ()()