Lines Matching refs:SetOfMachineInstr

201 typedef SetVector<const MachineInstr *> SetOfMachineInstr;  typedef
206 std::unique_ptr<SetOfMachineInstr[]>>
216 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs;
241 static SetOfMachineInstr &getSet(BlockToSetOfInstrsPerColor &sets, in INITIALIZE_PASS_DEPENDENCY()
244 SetOfMachineInstr *result; in INITIALIZE_PASS_DEPENDENCY()
249 result = (sets[&MBB] = make_unique<SetOfMachineInstr[]>(nbRegs)).get(); in INITIALIZE_PASS_DEPENDENCY()
261 static SetOfMachineInstr &getUses(InstrToInstrs *sets, unsigned reg, in getUses()
268 static const SetOfMachineInstr *getUses(const InstrToInstrs *sets, unsigned reg, in getUses()
411 SetOfMachineInstr &BBInSet = getSet(In, MBB, CurReg, NbReg); in reachingDefAlgorithm()
412 SetOfMachineInstr &BBReachableUses = in reachingDefAlgorithm()
414 SetOfMachineInstr &BBOutSet = getSet(Out, MBB, CurReg, NbReg); in reachingDefAlgorithm()
418 SetOfMachineInstr &PredOutSet = getSet(Out, *PredMBB, CurReg, NbReg); in reachingDefAlgorithm()
423 SetOfMachineInstr &OpReachedUses = in reachingDefAlgorithm()
568 SetOfMachineInstr NotCandidate; in reachedUsesToDefs()
734 SetOfMachineInstr *InvolvedInLOHs, in registerADRCandidate()
751 const SetOfMachineInstr *Users = in registerADRCandidate()
777 SetOfMachineInstr *InvolvedInLOHs = nullptr; in computeOthers()
779 SetOfMachineInstr InvolvedInLOHsStorage; in computeOthers()
791 SetOfMachineInstr PotentialCandidates; in computeOthers()
792 SetOfMachineInstr PotentialADROpportunities; in computeOthers()
823 SetOfMachineInstr DefsOfPotentialCandidates; in computeOthers()
834 const SetOfMachineInstr *Users = in computeOthers()
862 const SetOfMachineInstr *Users = in computeOthers()