Searched refs:PredicateFtor (Results 1 – 4 of 4) sorted by relevance
195 std::function<bool(const Function &)> PredicateFtor; member199 : FunctionPass(ID), PredicateFtor(Ftor) { in CFGSimplifyPass()204 if (PredicateFtor && !PredicateFtor(F)) in runOnFunction()
27 : MachineFunctionPass(ID), PredicateFtor(Ftor) { in UnpackMachineBundles()34 std::function<bool(const Function &)> PredicateFtor; member in __anona55b17350111::UnpackMachineBundles44 if (PredicateFtor && !PredicateFtor(*MF.getFunction())) in runOnMachineFunction()
174 std::function<bool(const Function &)> PredicateFtor; member in __anon01cb6a4b0111::IfConverter179 : MachineFunctionPass(ID), FnNum(-1), PredicateFtor(Ftor) { in IfConverter()276 if (PredicateFtor && !PredicateFtor(*MF.getFunction())) in INITIALIZE_PASS_DEPENDENCY()
205 std::function<bool(const Function &)> PredicateFtor; member in __anon007715510111::Thumb2SizeReduce211 : MachineFunctionPass(ID), PredicateFtor(Ftor) { in Thumb2SizeReduce()1023 if (PredicateFtor && !PredicateFtor(*MF.getFunction())) in runOnMachineFunction()