Summary: CFGWalk Query is unimplemented for valid reasons. But the declaration got included in commit file.
Reviewers: lhames, dblaikie
Reviewed By: dblaikie
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D66289
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370085
91177308-0d34-0410-b5e6-
96231b3b80d8
ResultTy operator()(Function &F, FunctionAnalysisManager &FAM);
};
-// Walk the CFG by exploting BranchProbabilityInfo
-class CFGWalkQuery {
-public:
- using ResultTy = Optional<DenseMap<StringRef, DenseSet<StringRef>>>;
- ResultTy operator()(Function &F, FunctionAnalysisManager &FAM);
-};
-
} // namespace orc
} // namespace llvm