HomeSort by relevance Sort by last modified time
    Searched refs:makeLoopInvariant (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Analysis/
LoopInfo.cpp 65 bool Loop::makeLoopInvariant(Value *V, bool &Changed,
68 return makeLoopInvariant(I, Changed, InsertPt);
72 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed,
94 if (!makeLoopInvariant(Operand, Changed, InsertPt))
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 68 /// makeLoopInvariant - If the given value is an instruciton inside of the
77 bool Loop::makeLoopInvariant(Value *V, bool &Changed,
80 return makeLoopInvariant(I, Changed, InsertPt);
84 /// makeLoopInvariant - If the given instruction is inside of the
93 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed,
115 if (!makeLoopInvariant(I->getOperand(i), Changed, InsertPt))
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 65 if (!L->makeLoopInvariant(I, Changed, Preheader->getTerminator())) {
LoopUnswitch.cpp 412 if (L->makeLoopInvariant(Cond, Changed)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 102 if (!L->makeLoopInvariant(I, Changed, Preheader->getTerminator()))
LoopUnswitch.cpp 190 if (L->makeLoopInvariant(Cond, Changed))
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 373 bool makeLoopInvariant(Value *V, bool &Changed,
385 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 408 bool makeLoopInvariant(Value *V, bool &Changed,
420 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 399 bool makeLoopInvariant(Value *V, bool &Changed,
411 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 399 bool makeLoopInvariant(Value *V, bool &Changed,
411 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 408 bool makeLoopInvariant(Value *V, bool &Changed,
420 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 399 bool makeLoopInvariant(Value *V, bool &Changed,
411 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 399 bool makeLoopInvariant(Value *V, bool &Changed,
411 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 456 bool makeLoopInvariant(Value *V, bool &Changed,
468 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 540 /// makeLoopInvariant - If the given value is an instruction inside of the
549 bool makeLoopInvariant(Value *V, bool &Changed,
552 /// makeLoopInvariant - If the given instruction is inside of the
561 bool makeLoopInvariant(Instruction *I, bool &Changed,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 310 if (!L->makeLoopInvariant(Inst, Changed,
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 640 if (!L->makeLoopInvariant(Inst, AnyInvariant,
    [all...]

Completed in 1273 milliseconds