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

  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 91 static bool isSafeToExecuteUnconditionally(const Instruction &Inst,
392 isSafeToExecuteUnconditionally(
519 return isSafeToExecuteUnconditionally(I, DT, CurLoop, SafetyInfo, nullptr);
750 static bool isSafeToExecuteUnconditionally(const Instruction &Inst,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 148 /// isSafeToExecuteUnconditionally - Only sink or hoist an instruction if it
152 bool isSafeToExecuteUnconditionally(Instruction &I);
350 isSafeToExecuteUnconditionally(I))
576 /// isSafeToExecuteUnconditionally - Only sink or hoist an instruction if it is
580 bool LICM::isSafeToExecuteUnconditionally(Instruction &Inst) {

Completed in 85 milliseconds