Home
last modified time | relevance | path

Searched defs:FindUsedLoops (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp11958 struct FindUsedLoops { in getUsedLoops() struct
11959 FindUsedLoops(SmallPtrSetImpl<const Loop *> &LoopsUsed) in getUsedLoops() function
11961 SmallPtrSetImpl<const Loop *> &LoopsUsed; in getUsedLoops()
11962 bool follow(const SCEV *S) { in getUsedLoops()
11968 bool isDone() const { return false; } in getUsedLoops()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp12477 struct FindUsedLoops { in getUsedLoops() struct
12478 FindUsedLoops(SmallPtrSetImpl<const Loop *> &LoopsUsed) in getUsedLoops() argument
12480 SmallPtrSetImpl<const Loop *> &LoopsUsed; in getUsedLoops()
12481 bool follow(const SCEV *S) { in getUsedLoops()
12487 bool isDone() const { return false; } in getUsedLoops()