Searched refs:Ftor (Results 1 – 7 of 7) sorted by relevance
28 std::function<bool(const MachineFunction &)> Ftor = nullptr) in UnpackMachineBundles() argument29 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in UnpackMachineBundles()81 std::function<bool(const MachineFunction &)> Ftor) { in createUnpackMachineBundles() argument82 return new UnpackMachineBundles(std::move(Ftor)); in createUnpackMachineBundles()
210 IfConverter(std::function<bool(const MachineFunction &)> Ftor = nullptr) in IfConverter() argument211 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in IfConverter()2366 llvm::createIfConverter(std::function<bool(const MachineFunction &)> Ftor) { in createIfConverter() argument2367 return new IfConverter(std::move(Ftor)); in createIfConverter()
333 std::function<bool(const Function &)> Ftor = nullptr) in CFGSimplifyPass()334 : FunctionPass(ID), Options(Options_), PredicateFtor(std::move(Ftor)) { in CFGSimplifyPass()385 std::function<bool(const Function &)> Ftor) { in INITIALIZE_PASS_DEPENDENCY()386 return new CFGSimplifyPass(Options, std::move(Ftor)); in INITIALIZE_PASS_DEPENDENCY()
257 std::function<bool(const MachineFunction &)> Ftor);377 createUnpackMachineBundles(std::function<bool(const MachineFunction &)> Ftor);
54 std::function<bool(const Function &)> Ftor = nullptr);
166 Thumb2SizeReduce(std::function<bool(const Function &)> Ftor = nullptr);244 Thumb2SizeReduce::Thumb2SizeReduce(std::function<bool(const Function &)> Ftor) in INITIALIZE_PASS()245 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in INITIALIZE_PASS()1159 std::function<bool(const Function &)> Ftor) { in createThumb2SizeReductionPass() argument1160 return new Thumb2SizeReduce(std::move(Ftor)); in createThumb2SizeReductionPass()
263 std::function<bool(const Function &)> Ftor = nullptr);