Searched refs:Ftor (Results 1 – 9 of 9) sorted by relevance
30 std::function<bool(const MachineFunction &)> Ftor = nullptr) in UnpackMachineBundles() argument31 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in UnpackMachineBundles()82 std::function<bool(const MachineFunction &)> Ftor) { in createUnpackMachineBundles() argument83 return new UnpackMachineBundles(std::move(Ftor)); in createUnpackMachineBundles()
212 IfConverter(std::function<bool(const MachineFunction &)> Ftor = nullptr) in IfConverter() argument213 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in IfConverter()2372 llvm::createIfConverter(std::function<bool(const MachineFunction &)> Ftor) { in createIfConverter() argument2373 return new IfConverter(std::move(Ftor)); in createIfConverter()
1902 FunctionPass *llvm::createFastRegisterAllocator(RegAllocFilterFunc Ftor, in createFastRegisterAllocator() argument1904 return new RegAllocFast(Ftor, ClearVirtRegs); in createFastRegisterAllocator()
333 FunctionPass *llvm::createGreedyRegisterAllocator(RegAllocFilterFunc Ftor) { in createGreedyRegisterAllocator() argument334 return new RAGreedyLegacy(Ftor); in createGreedyRegisterAllocator()
395 std::function<bool(const Function &)> Ftor = nullptr) in CFGSimplifyPass()396 : FunctionPass(ID), Options(Options_), PredicateFtor(std::move(Ftor)) { in CFGSimplifyPass()440 std::function<bool(const Function &)> Ftor) { in INITIALIZE_PASS_DEPENDENCY()441 return new CFGSimplifyPass(Options, std::move(Ftor)); in INITIALIZE_PASS_DEPENDENCY()
308 createIfConverter(std::function<bool(const MachineFunction &)> Ftor);439 createUnpackMachineBundles(std::function<bool(const MachineFunction &)> Ftor);
90 std::function<bool(const Function &)> Ftor = nullptr);
51 std::function<bool(const Function &)> Ftor = nullptr);
165 Thumb2SizeReduce(std::function<bool(const Function &)> Ftor = nullptr);242 Thumb2SizeReduce::Thumb2SizeReduce(std::function<bool(const Function &)> Ftor) in INITIALIZE_PASS()243 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in INITIALIZE_PASS()1163 std::function<bool(const Function &)> Ftor) { in createThumb2SizeReductionPass() argument1164 return new Thumb2SizeReduce(std::move(Ftor)); in createThumb2SizeReductionPass()