Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h402 bool parseHotness(CalleeInfo::HotnessType &Hotness);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10036 if (parseToken(lltok::colon, "expected ':'") || parseHotness(Hotness)) in parseOptionalCalls()
10086 bool LLParser::parseHotness(CalleeInfo::HotnessType &Hotness) { in parseHotness() function in LLParser