Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp83 unsigned NumPseudos = Target.getNumPseudoInstructions(); in apply() local
85 auto Pseudos = Instructions.slice(NumGeneric, NumPseudos); in apply()
86 auto NonPseudos = Instructions.slice(NumGeneric + NumPseudos); in apply()