Searched refs:InstrSet (Results 1 – 4 of 4) sorted by relevance
55 using InstrSet = SmallPtrSet<MachineInstr *, 16>; typedef in __anon969151f90111::OptimizePHIs59 InstrSet &PHIsInCycle);60 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);98 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()142 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()175 InstrSet PHIsInCycle; in OptimizeBB()
492 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local494 InstrSet.insert(I); in replaceStores()498 if (InstrSet.count(&I)) { in replaceStores()
1284 using InstrSet = SmallSet<const MachineInstr *, 16>; in selectCandidates() typedef1286 InstrSet UIs; in selectCandidates()
74 SPIRV::InstructionSet::InstructionSet InstrSet; member in __anon21a763720111::SPIRVEmitIntrinsics721 SPIRV::mapBuiltinToOpcode(DemangledName, InstrSet); in deduceOperandElementType()1640 InstrSet = ST.isOpenCLEnv() ? SPIRV::InstructionSet::OpenCL_std in runOnFunction()