Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCallGraphWalker.cpp51 BinaryFunction *CallerFunc = CG.nodeIdToFunc(CallerID); in traverseCG() local
52 if (InQueue.count(CallerFunc)) in traverseCG()
54 Queue.push(CallerFunc); in traverseCG()
55 InQueue.insert(CallerFunc); in traverseCG()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1788 Function *CallerFunc = CB.getParent()->getParent(); in isValidCandidateForColdCC() local
1789 BlockFrequencyInfo &CallerBFI = GetBFI(*CallerFunc); in isValidCandidateForColdCC()
1792 if (!llvm::is_contained(AllCallsCold, CallerFunc)) in isValidCandidateForColdCC()