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()81 std::function<bool(const MachineFunction &)> Ftor) { in createUnpackMachineBundles() argument82 return new UnpackMachineBundles(std::move(Ftor)); in createUnpackMachineBundles()
206 IfConverter(std::function<bool(const MachineFunction &)> Ftor = nullptr) in IfConverter() argument207 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in IfConverter()2358 llvm::createIfConverter(std::function<bool(const MachineFunction &)> Ftor) { in createIfConverter() argument2359 return new IfConverter(std::move(Ftor)); in createIfConverter()
1844 FunctionPass *llvm::createFastRegisterAllocator(RegAllocFilterFunc Ftor, in createFastRegisterAllocator() argument1846 return new RegAllocFast(Ftor, ClearVirtRegs); in createFastRegisterAllocator()
195 FunctionPass *llvm::createGreedyRegisterAllocator(RegAllocFilterFunc Ftor) { in createGreedyRegisterAllocator() argument196 return new RAGreedy(Ftor); in createGreedyRegisterAllocator()
387 std::function<bool(const Function &)> Ftor = nullptr) in CFGSimplifyPass()388 : FunctionPass(ID), Options(Options_), PredicateFtor(std::move(Ftor)) { in CFGSimplifyPass()432 std::function<bool(const Function &)> Ftor) { in INITIALIZE_PASS_DEPENDENCY()433 return new CFGSimplifyPass(Options, std::move(Ftor)); in INITIALIZE_PASS_DEPENDENCY()
298 std::function<bool(const MachineFunction &)> Ftor);428 createUnpackMachineBundles(std::function<bool(const MachineFunction &)> Ftor);
80 std::function<bool(const Function &)> Ftor = nullptr);
51 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()1163 std::function<bool(const Function &)> Ftor) { in createThumb2SizeReductionPass() argument1164 return new Thumb2SizeReduce(std::move(Ftor)); in createThumb2SizeReductionPass()