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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 165 /// isSafeToSpeculativelyExecute - Return true if the instruction does not
183 bool isSafeToSpeculativelyExecute(const Value *V,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 31 isSafeToSpeculativelyExecute(Inst))
190 if (!isSafeToSpeculativelyExecute(Cast)) return 0;
385 if (!isSafeToSpeculativelyExecute(Cast)) return 0;
IVUsers.cpp 127 if (!isa<PHINode>(I) && !isSafeToSpeculativelyExecute(I, TD))
LoopInfo.cpp 108 if (!isSafeToSpeculativelyExecute(I))
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 180 if (isa<PHINode>(CI) || !isSafeToSpeculativelyExecute(CI))
430 !isSafeToSpeculativelyExecute(CI))
SimplifyCFG.cpp 202 assert(isSafeToSpeculativelyExecute(I) &&
286 if (!isSafeToSpeculativelyExecute(I))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 197 if (!isSafeToSpeculativelyExecute(Inst))
LoopRotation.cpp 172 if (!isSafeToSpeculativelyExecute(I))
LICM.cpp 619 if (isSafeToSpeculativelyExecute(&Inst))
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 499 !isSafeToSpeculativelyExecute(I))
508 !isSafeToSpeculativelyExecute(BBI))

Completed in 318 milliseconds