Searched refs:ConstVisitor (Results 1 – 2 of 2) sorted by relevance
102 using ConstVisitor = function_ref<void(const PGOCtxProfContext &)>; variable106 LLVM_ABI void visit(ConstVisitor, const Function *F = nullptr) const;
678 void PGOContextualProfile::visit(ConstVisitor V, const Function *F) const { in visit()