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

  /external/llvm/lib/Analysis/
PHITransAddr.cpp 30 Inst->isSafeToSpeculativelyExecute())
189 if (!Cast->isSafeToSpeculativelyExecute()) return 0;
384 if (!Cast->isSafeToSpeculativelyExecute()) return 0;
LoopInfo.cpp 98 if (!I->isSafeToSpeculativelyExecute())
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 243 if (!Inst->isSafeToSpeculativelyExecute()) {
LICM.cpp 582 if (Inst.isSafeToSpeculativelyExecute())
  /external/llvm/lib/CodeGen/
Analysis.cpp 229 !I->isSafeToSpeculativelyExecute())
238 !BBI->isSafeToSpeculativelyExecute())
  /external/llvm/include/llvm/
Instruction.h 242 /// matters, isSafeToSpeculativelyExecute may be more appropriate.
247 /// isSafeToSpeculativelyExecute - Return true if the instruction does not
265 bool isSafeToSpeculativelyExecute() const;
  /external/llvm/lib/VMCore/
Instruction.cpp 394 bool Instruction::isSafeToSpeculativelyExecute() const {
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 260 if (!I->isSafeToSpeculativelyExecute())
    [all...]

Completed in 153 milliseconds