Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp482 DenseSet<GlobalValue::GUID> ProfileRootsInModule; in run() local
492 ProfileRootsInModule.insert(Guid.getZExtValue()); in run()
493 return ProfileRootsInModule; in run()
495 const auto ProfileRootsInModule = DetermineRootsInModule(); in run() local
502 if (!ProfileRootsInModule.empty()) { in run()
507 if (!ProfileRootsInModule.contains(RootGuid)) in run()