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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1543 class KernelOperandInfo { class in namespace:__anon2155
1551 KernelOperandInfo(MachineOperand *MO, MachineRegisterInfo &MRI, function in class:__anon2155::KernelOperandInfo
1578 bool operator==(const KernelOperandInfo &Other) const {
2050 // to KernelOperandInfo.
2059 SmallVector<std::pair<KernelOperandInfo, KernelOperandInfo>, 8> KOIs;
2071 KOIs.emplace_back(KernelOperandInfo(&*OOpI, MRI, IllegalPhis),
2072 KernelOperandInfo(&*NOpI, MRI, IllegalPhis));

Completed in 407 milliseconds