Home
last modified time | relevance | path

Searched defs:HasMMRAs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h170 bool HasMMRAs = MMRAs != nullptr; variable
252 const bool HasMMRAs; variable
272 bool HasMMRAs) in ExtraInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp329 bool HasMMRAs = MMRAs != nullptr; in setExtraInfo() local