Searched refs:isDereferenceableInvariantLoad (Results 1 – 11 of 11) sorted by relevance
1228 !MI.isDereferenceableInvariantLoad()) { in IsProfitableToHoist()1247 if (!MI->isDereferenceableInvariantLoad()) in ExtractHoistableLoad()
541 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad()); in isGlobalMemoryObject()926 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad())) in buildSchedGraph()
426 if (!MI->isDereferenceableInvariantLoad()) in isCSECandidate()
1261 if (mayLoad() && !isDereferenceableInvariantLoad()) in isSafeToMove()1406 bool MachineInstr::isDereferenceableInvariantLoad() const { in isDereferenceableInvariantLoad() function in MachineInstr
585 if (TDef->mayLoadOrStore() && !TDef->isDereferenceableInvariantLoad()) in hasSameValue()
1089 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in isReallyTriviallyReMaterializableGeneric()
733 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad())); in isDependenceBarrier()
174 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in query()
1675 bool isDereferenceableInvariantLoad() const;
2473 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad()) in matchEqualDefs()2484 if (!I2->isDereferenceableInvariantLoad() || in matchEqualDefs()
872 MI.isDereferenceableInvariantLoad()) { in isReallyTriviallyReMaterializable()