Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp60 return getClusterInfoForFunction(FuncName).first; in isFunctionHot()
64 BasicBlockSectionsProfileReader::getClusterInfoForFunction( in getClusterInfoForFunction() function in BasicBlockSectionsProfileReader
431 BasicBlockSectionsProfileReaderWrapperPass::getClusterInfoForFunction( in getClusterInfoForFunction() function in BasicBlockSectionsProfileReaderWrapperPass
433 return BBSPR.getClusterInfoForFunction(FuncName); in getClusterInfoForFunction()
H A DBasicBlockSections.cpp321 .getClusterInfoForFunction(MF.getName()); in handleBBSections()