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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp84 unsigned NumPseudos = Target.getNumPseudoInstructions(); variable
86 auto Pseudos = Instructions.slice(NumGeneric, NumPseudos);
87 auto NonPseudos = Instructions.slice(NumGeneric + NumPseudos);

Completed in 176 milliseconds