Searched refs:InstrToInstrs (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 216 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs; typedef 261 static SetOfMachineInstr &getUses(InstrToInstrs *sets, unsigned reg, in getUses() 268 static const SetOfMachineInstr *getUses(const InstrToInstrs *sets, unsigned reg, in getUses() 270 InstrToInstrs::const_iterator Res = sets[reg].find(&MI); in getUses() 288 InstrToInstrs *ColorOpToReachedUses, in initReachingDef() 399 InstrToInstrs *ColorOpToReachedUses, in reachingDefAlgorithm() 450 InstrToInstrs *ColorOpToReachedUses, in reachingDef() 478 static void printReachingDef(const InstrToInstrs *ColorOpToReachedUses, in printReachingDef() 563 static void reachedUsesToDefs(InstrToInstrs &UseToReachingDefs, in reachedUsesToDefs() 564 const InstrToInstrs *ColorOpToReachedUses, in reachedUsesToDefs() [all …]
|