| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 353 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock() 358 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
| H A D | LoopRotationUtils.cpp | 428 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 352 if (I->mayReadFromMemory()) { in instructionSafeForVersioning() 550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
| H A D | EarlyCSE.cpp | 818 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst 821 return Inst->mayReadFromMemory(); in mayReadFromMemory() 1504 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode() 1505 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode() 1544 assert(Inst.mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
|
| H A D | Sink.cpp | 82 if (Inst->mayReadFromMemory() && in IsAcceptableTarget()
|
| H A D | GuardWidening.cpp | 474 Inst->mayReadFromMemory()) in isAvailableAt() 494 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
|
| H A D | IndVarSimplify.cpp | 824 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I)) in hasConcreteDefImpl() 1228 if (I->mayHaveSideEffects() || I->mayReadFromMemory()) in sinkUnusedInvariants()
|
| H A D | DeadStoreElimination.cpp | 1245 if (!UseInst->mayReadFromMemory()) in isReadClobber() 1320 !KillingI->mayReadFromMemory(); in getDomMemoryDef()
|
| H A D | LoopRerollPass.cpp | 1326 if (RootInst->mayReadFromMemory()) { in validate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemDepPrinter.cpp | 100 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
| H A D | VectorUtils.cpp | 1337 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving() 1384 if (A->mayReadFromMemory()) in analyzeInterleaving()
|
| H A D | DependenceAnalysis.cpp | 231 return Src->mayReadFromMemory() && Dst->mayReadFromMemory(); in isInput() 243 return Src->mayWriteToMemory() && Dst->mayReadFromMemory(); in isFlow() 249 return Src->mayReadFromMemory() && Dst->mayWriteToMemory(); in isAnti() 4030 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration() 4031 assert(Dst->mayReadFromMemory() || Dst->mayWriteToMemory()); in getSplitIteration()
|
| H A D | GlobalsModRef.cpp | 600 if (I.mayReadFromMemory()) in AnalyzeCallGraph()
|
| H A D | LoopInfo.cpp | 86 if (I->mayReadFromMemory()) in makeLoopInvariant()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 619 bool mayReadFromMemory() const LLVM_READONLY; 623 return mayReadFromMemory() || mayWriteToMemory();
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 74 bool VPRecipeBase::mayReadFromMemory() const { in mayReadFromMemory() function in VPRecipeBase 82 ->mayReadFromMemory(); in mayReadFromMemory() 97 assert((!I || !I->mayReadFromMemory()) && in mayReadFromMemory()
|
| H A D | LoopVectorizationLegality.cpp | 1144 if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in blockCanBePredicated()
|
| H A D | VPlan.h | 747 bool mayReadFromMemory() const; 754 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
|
| H A D | VectorCombine.cpp | 783 if ((IsConst0 && I1 && I1->mayReadFromMemory()) || in scalarizeBinopOrCmp() 784 (IsConst1 && I0 && I0->mayReadFromMemory())) in scalarizeBinopOrCmp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1521 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1612 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor() 1621 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 581 if (I->mayReadFromMemory() || I->isCast()) in getUserBonus()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 372 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 559 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
|
| H A D | SelectOptimize.cpp | 782 if (ForSinking && II->mayReadFromMemory() && !isSafeToSinkLoad(II, SI)) in getExclBackwardsSlice()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instruction.cpp | 626 bool Instruction::mayReadFromMemory() const { in mayReadFromMemory() function in Instruction
|