Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h159 const SetOfInstructions &getLOHRelated() const { return LOHRelated; } in getLOHRelated()
188 LOHRelated.insert(Args.begin(), Args.end()); in addLOHDirective()
194 SetOfInstructions LOHRelated; variable