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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 295 // the validity check in mayLoopAccessLocation to be updated though.
355 // validity check in mayLoopAccessLocation to be updated though.
365 /// mayLoopAccessLocation - Return true if the specified loop might access the
368 static bool mayLoopAccessLocation(Value *Ptr,AliasAnalysis::ModRefResult Access,
488 if (mayLoopAccessLocation(BasePtr, AliasAnalysis::ModRef,
577 if (mayLoopAccessLocation(StoreBasePtr, AliasAnalysis::ModRef,
593 if (mayLoopAccessLocation(LoadBasePtr, AliasAnalysis::Mod, CurLoop, BECount,
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 695 /// mayLoopAccessLocation - Return true if the specified loop might access the
699 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L,
781 if (mayLoopAccessLocation(BasePtr, MRI_ModRef, CurLoop, BECount, StoreSize,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 764 /// mayLoopAccessLocation - Return true if the specified loop might access the
768 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp     [all...]

Completed in 293 milliseconds