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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 168 /// isSafeToSpeculativelyExecute - Return true if the instruction does not
186 bool isSafeToSpeculativelyExecute(const Value *V,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 31 isSafeToSpeculativelyExecute(Inst))
190 if (!isSafeToSpeculativelyExecute(Cast)) return nullptr;
382 if (!isSafeToSpeculativelyExecute(Cast)) return nullptr;
IVUsers.cpp 127 if (!isa<PHINode>(I) && !isSafeToSpeculativelyExecute(I, DL))
LoopInfo.cpp 107 if (!isSafeToSpeculativelyExecute(I))
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 182 if (isa<PHINode>(CI) || !isSafeToSpeculativelyExecute(CI))
430 !isSafeToSpeculativelyExecute(CI))
SimplifyCFG.cpp 205 assert(isSafeToSpeculativelyExecute(I, DL) &&
294 if (!isSafeToSpeculativelyExecute(I, DL))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 881 // needed because otherwise isSafeToSpeculativelyExecute returns
883 if (!isSimpleLoadStore(J2) && !isSafeToSpeculativelyExecute(J2, DL))
    [all...]
Sink.cpp 200 if (!isSafeToSpeculativelyExecute(Inst, DL))
LoopRotation.cpp 196 if (!isSafeToSpeculativelyExecute(I))
LICM.cpp 642 if (isSafeToSpeculativelyExecute(&Inst, DL))
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 500 !isSafeToSpeculativelyExecute(I))
508 !isSafeToSpeculativelyExecute(BBI))
StackProtector.cpp 266 isSafeToSpeculativelyExecute(I);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 373 milliseconds