Home
last modified time | relevance | path

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

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