Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp462 FreqAttr(FFA_Normal) {} in PGOUseFunc()
480 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()
504 FuncFreqAttr FreqAttr; member in __anon10d6878d0211::PGOUseFunc
527 FreqAttr = FFA_Hot; in markFunctionAttributes()
529 FreqAttr = FFA_Cold; in markFunctionAttributes()
893 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local
894 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()
896 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp854 FreqAttr(FFA_Normal) {} in PGOUseFunc()
878 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()
924 FuncFreqAttr FreqAttr; member in __anoncbdd98c50411::PGOUseFunc
947 FreqAttr = FFA_Hot; in markFunctionAttributes()
949 FreqAttr = FFA_Cold; in markFunctionAttributes()
1480 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local
1481 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()
1483 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()