Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1534 const SmallPtrSetImpl<MachineInstr *> &IllegalPhis) in KernelOperandInfo() argument
1547 if (IllegalPhis.count(MI)) { in KernelOperandInfo()
2033 SmallPtrSet<MachineInstr *, 4> IllegalPhis; in validateAgainstModuloScheduleExpander() local
2036 IllegalPhis.insert(&*NI); in validateAgainstModuloScheduleExpander()
2053 KOIs.emplace_back(KernelOperandInfo(&*OOpI, MRI, IllegalPhis), in validateAgainstModuloScheduleExpander()
2054 KernelOperandInfo(&*NOpI, MRI, IllegalPhis)); in validateAgainstModuloScheduleExpander()