Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp199 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr; member in llvm::BasicBlockPathCloning
H A DBasicBlockSections.cpp106 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr; member in __anon10c00eff0111::BasicBlockSections
H A DCodeGenPrepare.cpp312 const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr; member in __anon01de4a8e0111::CodeGenPrepare
524 CGP.BBSectionsProfileReader = BBSPRWP ? &BBSPRWP->getBBSPR() : nullptr; in runOnFunction()
571 BBSectionsProfileReader = in run()
582 if (BBSectionsGuidedSectionPrefix && BBSectionsProfileReader && in _run()
583 BBSectionsProfileReader->isFunctionHot(F.getName())) { in _run()