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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 168 bool canSinkOrHoistInst(Instruction &I);
308 if (isNotUsedInLoop(I) && canSinkOrHoistInst(I)) {
349 if (CurLoop->hasLoopInvariantOperands(&I) && canSinkOrHoistInst(I) &&
359 /// canSinkOrHoistInst - Return true if the hoister and sinker can handle this
362 bool LICM::canSinkOrHoistInst(Instruction &I) {
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 103 static bool canSinkOrHoistInst(Instruction &I, AliasAnalysis *AA,
340 canSinkOrHoistInst(I, AA, DT, TLI, CurLoop, CurAST, SafetyInfo)) {
391 canSinkOrHoistInst(I, AA, DT, TLI, CurLoop, CurAST, SafetyInfo) &&
437 /// canSinkOrHoistInst - Return true if the hoister and sinker can handle this
440 bool canSinkOrHoistInst(Instruction &I, AliasAnalysis *AA, DominatorTree *DT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 487 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 489 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 489 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 523 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 523 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 523 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 516 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 487 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 489 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 489 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 523 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 523 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 523 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 516 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,

Completed in 677 milliseconds