Home
last modified time | relevance | path

Searched defs:FindSCEVSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DScalarEvolutionDivision.cpp33 struct FindSCEVSize { in sizeOfSCEV() struct
34 int Size = 0; in sizeOfSCEV()
38 bool follow(const SCEV *S) { in sizeOfSCEV()
44 bool isDone() const { return false; } in sizeOfSCEV()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp673 struct FindSCEVSize { in sizeOfSCEV() struct
674 int Size; in sizeOfSCEV()
675 FindSCEVSize() : Size(0) {} in sizeOfSCEV() function
677 bool follow(const SCEV *S) { in sizeOfSCEV()
682 bool isDone() const { in sizeOfSCEV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp853 struct FindSCEVSize { in sizeOfSCEV() struct
854 int Size = 0; in sizeOfSCEV()
858 bool follow(const SCEV *S) { in sizeOfSCEV()
864 bool isDone() const { in sizeOfSCEV()