Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h145 bool HasPostInstrSymbol = PostInstrSymbol != nullptr; variable
148 MMOs.size(), HasPreInstrSymbol + HasPostInstrSymbol),
150 ExtraInfo(MMOs.size(), HasPreInstrSymbol, HasPostInstrSymbol);
158 if (HasPostInstrSymbol)
174 return HasPostInstrSymbol in getPostInstrSymbol()
189 const bool HasPostInstrSymbol; variable
196 return HasPreInstrSymbol + HasPostInstrSymbol; in numTrailingObjects()
201 ExtraInfo(int NumMMOs, bool HasPreInstrSymbol, bool HasPostInstrSymbol) in ExtraInfo() argument
203 HasPostInstrSymbol(HasPostInstrSymbol) {} in ExtraInfo()