[llvm] Adding Matching and Inference Functionality to Propeller-PR3: Read basic block hashes from propeller profile. (PR #164223)
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 27 10:04:58 PDT 2025
================
@@ -493,6 +521,12 @@ uint64_t BasicBlockSectionsProfileReaderWrapperPass::getEdgeCount(
return BBSPR.getEdgeCount(FuncName, SrcBBID, SinkBBID);
}
+std::pair<bool, FunctionPathAndClusterInfo>
+BasicBlockSectionsProfileReaderWrapperPass::getFunctionPathAndClusterInfo(
----------------
rlavaee wrote:
I don't see this being used in this PR.
https://github.com/llvm/llvm-project/pull/164223
More information about the llvm-commits
mailing list