Searched refs:isDereferenceableInvariantLoad (Results 1 – 11 of 11) sorted by relevance
1230 !MI.isDereferenceableInvariantLoad()) { in IsProfitableToHoist()1249 if (!MI->isDereferenceableInvariantLoad()) in ExtractHoistableLoad()
535 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad()); in isGlobalMemoryObject()920 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad())) in buildSchedGraph()
418 if (!MI->isDereferenceableInvariantLoad()) in isCSECandidate()
1206 if (mayLoad() && !isDereferenceableInvariantLoad()) in isSafeToMove()1351 bool MachineInstr::isDereferenceableInvariantLoad() const { in isDereferenceableInvariantLoad() function in MachineInstr
579 if (TDef->mayLoadOrStore() && !TDef->isDereferenceableInvariantLoad()) in hasSameValue()
955 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in isReallyTriviallyReMaterializableGeneric()
713 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad())); in isDependenceBarrier()
174 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in query()
1620 bool isDereferenceableInvariantLoad() const;
2389 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad()) in matchEqualDefs()2400 if (!I2->isDereferenceableInvariantLoad() || in matchEqualDefs()
872 MI.isDereferenceableInvariantLoad()) { in isReallyTriviallyReMaterializable()