HomeSort by: relevance | last modified time | path
    Searched refs:InstrSet (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
OptimizePHIs.cpp 56 using InstrSet = SmallPtrSet<MachineInstr *, 16>;
60 InstrSet &PHIsInCycle);
61 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
99 InstrSet &PHIsInCycle) {
143 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) {
177 InstrSet PHIsInCycle;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 493 SmallPtrSet<MachineInstr*, 4> InstrSet;
495 InstrSet.insert(I);
499 if (InstrSet.count(&I)) {
HexagonGenInsert.cpp 1302 using InstrSet = SmallSet<const MachineInstr *, 16>;
1304 InstrSet UIs;

Completed in 25 milliseconds