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

  /external/llvm/lib/Analysis/
Loads.cpp 213 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts();
217 if (AreEquivalentAddressValues(StorePtr, StrippedPtr) &&
225 // If both StrippedPtr and StorePtr reach all the way to an alloca or
229 (isa<AllocaInst>(StorePtr) || isa<GlobalVariable>(StorePtr)) &&
230 StrippedPtr != StorePtr)
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 732 Value *StorePtr = SI->getPointerOperand();
744 dyn_cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr));
766 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(),
    [all...]
GVN.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 315 milliseconds