Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h95 void applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader,
DCodeGenPGO.cpp636 applyFunctionAttributes(PGOReader, Fn); in assignRegionCounters()
719 CodeGenPGO::applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader, in applyFunctionAttributes() function in CodeGenPGO
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp430 void applyFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in applyFunctionAttributes() function in __anon10d6878d0211::PGOUseFunc
617 applyFunctionAttributes(FuncEntryCount, FuncMaxCount); in populateCounters()