OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLOHRelated
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
133
const SetOfInstructions &
getLOHRelated
() const { return LOHRelated; }
AArch64AsmPrinter.cpp
165
if (!AArch64FI->
getLOHRelated
().empty())
442
if (AArch64FI->
getLOHRelated
().count(MI)) {
Completed in 250 milliseconds