Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1842 void getUsedLoops(const SCEV *S, SmallPtrSetImpl<const Loop *> &LoopsUsed);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp8855 getUsedLoops(LHS, LoopsUsed); in isKnownViaInduction()
8856 getUsedLoops(RHS, LoopsUsed); in isKnownViaInduction()
11638 ScalarEvolution::getUsedLoops(const SCEV *S, in getUsedLoops() function in ScalarEvolution
11659 getUsedLoops(S, LoopsUsed); in addToLoopUseLists()