Home
last modified time | relevance | path

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

/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()