Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBasicBlockSections.cpp106 BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr; member in __anon53cdbf450111::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()
DCodeGenPrepare.cpp301 const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr; member in __anonf802c7d40111::CodeGenPrepare
512 BBSectionsProfileReader = in runOnFunction()
517 if (BBSectionsGuidedSectionPrefix && BBSectionsProfileReader && in runOnFunction()
518 BBSectionsProfileReader->isFunctionHot(F.getName())) { in runOnFunction()