Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp106 BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr; member in __anon5d3086160111::BasicBlockSections
169 BasicBlockSectionsProfileReader *BBSectionsProfileReader, in getBBClusterInfoForFunction() argument
174 BBSectionsProfileReader->getBBClusterInfoForFunction(MF.getName()); in getBBClusterInfoForFunction()
339 BBSectionsProfileReader = &getAnalysis<BasicBlockSectionsProfileReader>(); in runOnMachineFunction()
344 !getBBClusterInfoForFunction(MF, BBSectionsProfileReader, in runOnMachineFunction()
H A DCodeGenPrepare.cpp301 const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr; member in __anon7418ce250111::CodeGenPrepare
512 BBSectionsProfileReader = in runOnFunction()
517 if (BBSectionsGuidedSectionPrefix && BBSectionsProfileReader && in runOnFunction()
518 BBSectionsProfileReader->isFunctionHot(F.getName())) { in runOnFunction()