Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h102 using ConstVisitor = function_ref<void(const PGOCtxProfContext &)>; variable
106 LLVM_ABI void visit(ConstVisitor, const Function *F = nullptr) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp678 void PGOContextualProfile::visit(ConstVisitor V, const Function *F) const { in visit()