Searched refs:IllegalPhis (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1536 const SmallPtrSetImpl<MachineInstr *> &IllegalPhis)
1549 if (IllegalPhis.count(MI)) {
2035 SmallPtrSet<MachineInstr *, 4> IllegalPhis; local
2038 IllegalPhis.insert(&*NI);
2055 KOIs.emplace_back(KernelOperandInfo(&*OOpI, MRI, IllegalPhis),
2056 KernelOperandInfo(&*NOpI, MRI, IllegalPhis));
1535 KernelOperandInfo(MachineOperand *MO, MachineRegisterInfo &MRI, const SmallPtrSetImpl<MachineInstr *> &IllegalPhis) argument

Completed in 125 milliseconds