Searched refs:Ftor (Results 1 – 9 of 9) sorted by relevance
29 std::function<bool(const MachineFunction &)> Ftor = nullptr) in UnpackMachineBundles() argument30 : 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()
208 IfConverter(std::function<bool(const MachineFunction &)> Ftor = nullptr) in IfConverter() argument209 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in IfConverter()2373 llvm::createIfConverter(std::function<bool(const MachineFunction &)> Ftor) { in createIfConverter() argument2374 return new IfConverter(std::move(Ftor)); in createIfConverter()
1616 FunctionPass *llvm::createFastRegisterAllocator(RegClassFilterFunc Ftor, in createFastRegisterAllocator() argument1618 return new RegAllocFast(Ftor, ClearVirtRegs); in createFastRegisterAllocator()
190 FunctionPass *llvm::createGreedyRegisterAllocator(RegClassFilterFunc Ftor) { in createGreedyRegisterAllocator() argument191 return new RAGreedy(Ftor); in createGreedyRegisterAllocator()
381 std::function<bool(const Function &)> Ftor = nullptr) in CFGSimplifyPass()382 : FunctionPass(ID), Options(Options_), PredicateFtor(std::move(Ftor)) { in CFGSimplifyPass()433 std::function<bool(const Function &)> Ftor) { in INITIALIZE_PASS_DEPENDENCY()434 return new CFGSimplifyPass(Options, std::move(Ftor)); in INITIALIZE_PASS_DEPENDENCY()
279 std::function<bool(const MachineFunction &)> Ftor);416 createUnpackMachineBundles(std::function<bool(const MachineFunction &)> Ftor);
52 std::function<bool(const Function &)> Ftor = nullptr);
167 Thumb2SizeReduce(std::function<bool(const Function &)> Ftor = nullptr);245 Thumb2SizeReduce::Thumb2SizeReduce(std::function<bool(const Function &)> Ftor) in INITIALIZE_PASS()246 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in INITIALIZE_PASS()1162 std::function<bool(const Function &)> Ftor) { in createThumb2SizeReductionPass() argument1163 return new Thumb2SizeReduce(std::move(Ftor)); in createThumb2SizeReductionPass()
257 std::function<bool(const Function &)> Ftor = nullptr);