HomeSort by relevance Sort by last modified time
    Searched defs:getLoop (Results 1 - 25 of 35) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopRanges.h 52 /// getLoop - Return the mapped machine loop.
53 const MachineLoop *getLoop() const { return Loop; }
  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 97 public boolean getLoop() {
  /external/llvm/include/llvm/Analysis/
IVUsers.h 146 Loop *getLoop() const { return L; }
LoopIterator.h 61 Loop *getLoop() const { return L; }
ScalarEvolutionExpressions.h 291 const Loop *getLoop() const { return L; }
301 getLoop(), FlagAnyWrap);
590 return SE.getAddRecExpr(Operands, Expr->getLoop(),
670 const Loop *L = Expr->getLoop();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IVUsers.h 143 Loop *getLoop() const { return L; }
LoopIterator.h 62 Loop *getLoop() const { return L; }
ScalarEvolutionExpressions.h 303 const Loop *getLoop() const { return L; }
313 getLoop(), FlagAnyWrap);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 125 Loop *getLoop() const { return L; }
LoopIterator.h 121 Loop *getLoop() const { return L; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.cpp 64 MachineLoop& getLoop() const { return loop; }
706 MachineBasicBlock &header = *split.getLoop().getHeader();
712 MachineBasicBlock *preHeader = split.getLoop().getLoopPreheader();
715 if (!canInsertPreHeader(split.getLoop())) {
736 split.getLoop().getExitEdges(exitEdges);
767 if (split.getLoop().contains(&instr) && processed.count(&instr) == 0) {

Completed in 760 milliseconds

1 2