| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstructionPrecedenceTracking.h | 131 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function
|
| H A D | VectorUtils.h | 953 if (!Src->mayWriteToMemory()) in canReorderMemAccessesForInterleavedGroups()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionPrecedenceTracking.cpp | 152 return Insn->mayWriteToMemory(); in isSpecialInstruction()
|
| H A D | Loads.cpp | 361 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally() 625 if (Inst->mayWriteToMemory()) { in findAvailablePtrLoadStore() 671 if (Inst.mayWriteToMemory()) in FindAvailableLoadedValue()
|
| H A D | MemDepPrinter.cpp | 100 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
| H A D | VectorUtils.cpp | 1272 if (B->mayWriteToMemory()) in analyzeInterleaving() 1338 (A->mayWriteToMemory() != B->mayWriteToMemory())) in analyzeInterleaving()
|
| H A D | AliasSetTracker.cpp | 172 bool MayWriteMemory = I->mayWriteToMemory() && !isGuard(I) && in addUnknownInst()
|
| H A D | DependenceAnalysis.cpp | 237 return Src->mayWriteToMemory() && Dst->mayWriteToMemory(); in isOutput() 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 | MustExecute.cpp | 299 if (MW.mayWriteToMemory(Pred)) in doesNotWriteMemoryBefore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 356 if (iter1->mayWriteToMemory()) { in CompareIfRegionBlock() 358 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
| H A D | LoopRotationUtils.cpp | 429 !Inst->mayWriteToMemory() && !Inst->isTerminator() && in rotateLoop()
|
| H A D | LoopPeel.cpp | 304 if (I.mayWriteToMemory()) in peelToTurnInvariantLoadsDerefencebale()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 366 else if (I->mayWriteToMemory()) { in instructionSafeForVersioning() 550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
| H A D | Sink.cpp | 33 if (Inst->mayWriteToMemory()) { in isSafeToMove()
|
| H A D | EarlyCSE.cpp | 824 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst 827 return Inst->mayWriteToMemory(); in mayWriteToMemory() 1585 if (Inst.mayWriteToMemory()) { in processNode()
|
| H A D | DeadStoreElimination.cpp | 456 if (I->mayWriteToMemory() && I != SecondI) in memoryIsNotModifiedBetween() 1073 if (!I->mayWriteToMemory()) in getLocForWrite() 1115 if (!UseInst->mayWriteToMemory()) in isCompleteOverwrite()
|
| H A D | MergeICmps.cpp | 245 if (Inst->mayWriteToMemory()) { in canSinkBCECmpInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 616 bool mayWriteToMemory() const LLVM_READONLY; 623 return mayReadFromMemory() || mayWriteToMemory();
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instruction.cpp | 646 bool Instruction::mayWriteToMemory() const { in mayWriteToMemory() function in Instruction 746 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 42 bool VPRecipeBase::mayWriteToMemory() const { in mayWriteToMemory() function in VPRecipeBase 50 ->mayWriteToMemory(); in mayWriteToMemory() 65 assert((!I || !I->mayWriteToMemory()) && in mayWriteToMemory()
|
| H A D | VPlanSLP.cpp | 126 if (LoadsSeen > 0 && VPI->mayWriteToMemory()) { in areVectorizable()
|
| H A D | VPlan.h | 750 bool mayWriteToMemory() const; 754 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory() 853 bool mayWriteToMemory() const { in mayWriteToMemory() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1521 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1613 BBI->mayWriteToMemory() || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor() 1621 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
|
| /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/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 352 if (I.mayWriteToMemory()) in RecordMemoryOps()
|