Home
last modified time | relevance | path

Searched defs:getLoop (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h53 const MachineLoop *getLoop() const { return Loop; } in getLoop() function
/external/replicaisland/src/com/replica/replicaisland/
DSpriteAnimation.java97 public boolean getLoop() { in getLoop() method in SpriteAnimation
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopIterator.h62 Loop *getLoop() const { return L; } in getLoop() function
DScalarEvolutionExpressions.h303 const Loop *getLoop() const { return L; } in getLoop() function
/external/llvm/include/llvm/Analysis/
DLoopIterator.h61 Loop *getLoop() const { return L; } in getLoop() function
DScalarEvolutionExpressions.h291 const Loop *getLoop() const { return L; } in getLoop() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp64 MachineLoop& getLoop() const { return loop; } in getLoop() function in llvm::LoopSplit