Searched defs:CFGSimplifyPass (Results 1 – 1 of 1) sorted by relevance
192 struct CFGSimplifyPass : public FunctionPass { struct193 static char ID; // Pass identification, replacement for typeid194 unsigned BonusInstThreshold;195 std::function<bool(const Function &)> PredicateFtor;197 CFGSimplifyPass(int T = -1, in CFGSimplifyPass() argument203 bool runOnFunction(Function &F) override { in runOnFunction()217 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()