Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp106 BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr; member in __anon26475bf90111::BasicBlockSections
169 BasicBlockSectionsProfileReader *BBSectionsProfileReader, in getBBClusterInfoForFunction() argument
174 BBSectionsProfileReader->getBBClusterInfoForFunction(MF.getName()); in getBBClusterInfoForFunction()
332 BBSectionsProfileReader = &getAnalysis<BasicBlockSectionsProfileReader>(); in runOnMachineFunction()
336 !getBBClusterInfoForFunction(MF, BBSectionsProfileReader, in runOnMachineFunction()
H A DCodeGenPrepare.cpp284 const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr; member in __anon78e22a880111::CodeGenPrepare
488 BBSectionsProfileReader = in runOnFunction()
492 if (BBSectionsGuidedSectionPrefix && BBSectionsProfileReader && in runOnFunction()
493 BBSectionsProfileReader->isFunctionHot(F.getName())) { in runOnFunction()