Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp184 if (!BF.hasMemoryProfile()) in assignMemData()
H A DIndirectCallPromotion.cpp378 if (!Function.hasMemoryProfile() || !opts::EliminateLoads) in maybeGetHotJumpTableTargets()
646 if (!Function.hasMemoryProfile() || !opts::EliminateLoads) in maybeGetVtableSyms()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1392 bool hasMemoryProfile() const { return HasMemoryProfile; } in hasMemoryProfile() function