Searched refs:PredicateFtor (Results 1 – 8 of 8) sorted by relevance
205 std::function<bool(const Function &)> PredicateFtor; member209 : FunctionPass(ID), PredicateFtor(std::move(Ftor)) { in CFGSimplifyPass()214 if (skipFunction(F) || (PredicateFtor && !PredicateFtor(F))) in runOnFunction()
233 std::function<bool(const Function &)> PredicateFtor; member239 : FunctionPass(ID), PredicateFtor(std::move(Ftor)) { in CFGSimplifyPass()265 if (skipFunction(F) || (PredicateFtor && !PredicateFtor(F))) in runOnFunction()
28 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in UnpackMachineBundles()35 std::function<bool(const Function &)> PredicateFtor; member in __anona55b17350111::UnpackMachineBundles45 if (PredicateFtor && !PredicateFtor(*MF.getFunction())) in runOnMachineFunction()
175 std::function<bool(const Function &)> PredicateFtor; member in __anon01cb6a4b0111::IfConverter180 : MachineFunctionPass(ID), FnNum(-1), PredicateFtor(std::move(Ftor)) { in IfConverter()286 (PredicateFtor && !PredicateFtor(*MF.getFunction()))) in INITIALIZE_PASS_DEPENDENCY()
29 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in UnpackMachineBundles()36 std::function<bool(const MachineFunction &)> PredicateFtor; member in __anon32bf836d0111::UnpackMachineBundles46 if (PredicateFtor && !PredicateFtor(MF)) in runOnMachineFunction()
202 std::function<bool(const MachineFunction &)> PredicateFtor; member in __anon9a410c830111::IfConverter208 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in IfConverter()340 if (skipFunction(MF.getFunction()) || (PredicateFtor && !PredicateFtor(MF))) in INITIALIZE_PASS_DEPENDENCY()
213 std::function<bool(const Function &)> PredicateFtor; member in __anon007715510111::Thumb2SizeReduce219 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in Thumb2SizeReduce()1071 if (PredicateFtor && !PredicateFtor(*MF.getFunction())) in runOnMachineFunction()
234 std::function<bool(const Function &)> PredicateFtor; member in __anon4626dd890111::Thumb2SizeReduce245 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in INITIALIZE_PASS()1095 if (PredicateFtor && !PredicateFtor(MF.getFunction())) in runOnMachineFunction()