HomeSort by relevance Sort by last modified time
    Searched refs:onlyReadsMemory (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/llvm/lib/Analysis/
CaptureTracking.cpp 243 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
CFLGraph.h 394 if (!CS.onlyReadsMemory())
GlobalsModRef.cpp 499 } else if (F->onlyReadsMemory()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 109 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 53 if (AliasAnalysis::onlyReadsMemory(MRB))
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 228 bool onlyReadsMemory() const {
231 void setOnlyReadsMemory(bool OnlyReadsMemory = true) {
232 if (OnlyReadsMemory) addFnAttr(Attribute::ReadOnly);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 138 (AI->hasByValAttr() && !F.onlyReadsMemory()))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CaptureTracking.cpp 248 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
InlineCost.cpp     [all...]
GlobalsModRef.cpp 521 } else if (F->onlyReadsMemory()) {
    [all...]
BasicAliasAnalysis.cpp 652 if (CS.onlyReadsMemory())
685 if (F->onlyReadsMemory())
    [all...]
CFLGraph.h 444 if (!CS.onlyReadsMemory())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 109 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 53 if (AliasAnalysis::onlyReadsMemory(MRB))
  /external/llvm/lib/IR/
Instruction.cpp 515 return !cast<CallInst>(this)->onlyReadsMemory();
517 return !cast<InvokeInst>(this)->onlyReadsMemory();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 157 if (CI == 0 || !CI->onlyReadsMemory())
LICM.cpp 388 if (AliasAnalysis::onlyReadsMemory(Behavior)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Function.h 454 bool onlyReadsMemory() const {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 642 if (CS.onlyReadsMemory())
643 Min = OnlyReadsMemory;
667 if (F->onlyReadsMemory())
668 Min = OnlyReadsMemory;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 536 return !cast<CallInst>(this)->onlyReadsMemory();
538 return !cast<InvokeInst>(this)->onlyReadsMemory();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVNSink.cpp 546 if (CI && CI->onlyReadsMemory())
549 if (II && II->onlyReadsMemory())
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 323 if (!CI->onlyReadsMemory())
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 176 if (!CS.onlyReadsMemory())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 130 Min = OnlyReadsMemory;
147 Min = OnlyReadsMemory;
403 } else if (F->onlyReadsMemory()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.cpp 339 if (Arg.getType()->isPointerTy() && Arg.onlyReadsMemory() &&

Completed in 787 milliseconds

12 3 4