Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h125 std::set<Register> CandidatesForPush2Pop2; variable
248 return CandidatesForPush2Pop2.find(Reg) != CandidatesForPush2Pop2.end(); in isCandidateForPush2Pop2()
251 CandidatesForPush2Pop2.insert(Reg); in addCandidateForPush2Pop2()
254 return CandidatesForPush2Pop2.size(); in getNumCandidatesForPush2Pop2()