Home
last modified time | relevance | path

Searched refs:InstrSet (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DOptimizePHIs.cpp50 typedef SmallPtrSet<MachineInstr*, 16> InstrSet; typedef in __anon7fd4ec640111::OptimizePHIs
54 InstrSet &PHIsInCycle);
55 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
90 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()
133 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()
167 InstrSet PHIsInCycle; in OptimizeBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DOptimizePHIs.cpp56 using InstrSet = SmallPtrSet<MachineInstr *, 16>; typedef in __anon153443bc0111::OptimizePHIs
60 InstrSet &PHIsInCycle);
61 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
99 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()
142 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()
176 InstrSet PHIsInCycle; in OptimizeBB()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DOptimizePHIs.cpp48 typedef SmallPtrSet<MachineInstr*, 16> InstrSet; typedef in __anon02c808900111::OptimizePHIs
52 InstrSet &PHIsInCycle);
53 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
86 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()
129 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()
165 InstrSet PHIsInCycle; in OptimizeBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp496 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local
498 InstrSet.insert(I); in replaceStores()
502 if (InstrSet.count(&I)) { in replaceStores()
DHexagonGenInsert.cpp1302 using InstrSet = SmallSet<const MachineInstr *, 16>; in selectCandidates() typedef
1304 InstrSet UIs; in selectCandidates()
/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp500 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local
502 InstrSet.insert(I); in replaceStores()
506 if (InstrSet.count(&I)) { in replaceStores()
DHexagonGenInsert.cpp1269 typedef SmallSet<const MachineInstr*,16> InstrSet; in selectCandidates() typedef
1270 InstrSet UIs; in selectCandidates()