Searched refs:mayReadFromMemory (Results 1 – 21 of 21) sorted by relevance
299 bool mayReadFromMemory() const;305 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
354 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()359 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
639 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory()) in visitStoreInst()770 if (BBI->mayReadFromMemory() || BBI->mayWriteToMemory() || in SimplifyStoreAtEndOfBlock()780 if (I->mayReadFromMemory() || I->mayWriteToMemory()) in SimplifyStoreAtEndOfBlock()
2165 if (I->mayReadFromMemory()) { in TryToSinkInstruction()
104 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
190 return Src->mayReadFromMemory() && Dst->mayReadFromMemory(); in isInput()202 return Src->mayWriteToMemory() && Dst->mayReadFromMemory(); in isFlow()208 return Src->mayReadFromMemory() && Dst->mayWriteToMemory(); in isAnti()3208 if ((!Src->mayReadFromMemory() && !Src->mayWriteToMemory()) || in depends()3209 (!Dst->mayReadFromMemory() && !Dst->mayWriteToMemory())) in depends()3655 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration()3656 assert(Dst->mayReadFromMemory() || Dst->mayWriteToMemory()); in getSplitIteration()
110 if (I->mayReadFromMemory()) in makeLoopInvariant()
184 if (Inst->mayReadFromMemory()) in GetLocation()
5686 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory()) in HasSameValue()
498 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition()507 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
367 !Inst->mayReadFromMemory() && !Inst->mayWriteToMemory() && in rotateLoop()
501 if (Inst->mayReadFromMemory()) in INITIALIZE_PASS_DEPENDENCY()
843 } else if (!BBI->mayReadFromMemory()) { in handleEndBlock()
1331 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I)) in hasConcreteDefImpl()1671 if (I->mayHaveSideEffects() || I->mayReadFromMemory()) in SinkUnusedInvariants()
380 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in INITIALIZE_PASS_DEPENDENCY()
2396 CurInst->mayReadFromMemory() || CurInst->mayHaveSideEffects() || in performPRE()
420 bool Instruction::mayReadFromMemory() const { in mayReadFromMemory() function in Instruction
1141 if (!UsesI && J->mayReadFromMemory()) { in trackUsesOfI()2862 if (L->mayReadFromMemory()) { in collectPairLoadMoveSet()3100 if (I->mayReadFromMemory()) { in fuseChosenPairs()
3544 if (it->mayReadFromMemory()) { in canVectorizeMemory()4038 if (it->mayReadFromMemory()) { in blockCanBePredicated()
255 ReadsMemory |= I->mayReadFromMemory(); in AddReadAttrs()
368 * ``mayReadFromMemory()``/``mayWriteToMemory()``: Existing predicate, but note