Searched refs:isSafeToLoadUnconditionally (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoads.h25 /// isSafeToLoadUnconditionally - Return true if we know that executing a load
29 bool isSafeToLoadUnconditionally(Value *V, Instruction *ScanFrom,
/external/llvm/lib/Analysis/
H A DLoads.cpp52 /// isSafeToLoadUnconditionally - Return true if we know that executing a load
56 bool llvm::isSafeToLoadUnconditionally(Value *V, Instruction *ScanFrom, function in class:llvm
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp440 if (isSafeToLoadUnconditionally(SI->getOperand(1), SI, Align, DL) &&
441 isSafeToLoadUnconditionally(SI->getOperand(2), SI, Align, DL)) {
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp454 !isSafeToLoadUnconditionally(L->getPointerOperand(), L,
H A DScalarReplAggregates.cpp1154 if (!TDerefable && !isSafeToLoadUnconditionally(SI->getTrueValue(), LI,
1157 if (!FDerefable && !isSafeToLoadUnconditionally(SI->getFalseValue(), LI,
1230 isSafeToLoadUnconditionally(InVal, Pred->getTerminator(), MaxAlign, DL))
H A DSROA.cpp1134 isSafeToLoadUnconditionally(InVal, TI, MaxAlign, DL))
1213 !isSafeToLoadUnconditionally(TValue, LI, LI->getAlignment(), DL))
1216 !isSafeToLoadUnconditionally(FValue, LI, LI->getAlignment(), DL))

Completed in 163 milliseconds