Searched refs:Ftor (Results 1 – 9 of 9) sorted by relevance
208 std::function<bool(const Function &)> Ftor = nullptr) in CFGSimplifyPass()209 : FunctionPass(ID), PredicateFtor(std::move(Ftor)) { in CFGSimplifyPass()243 std::function<bool(const Function &)> Ftor) { in INITIALIZE_PASS_DEPENDENCY()244 return new CFGSimplifyPass(Threshold, std::move(Ftor)); in INITIALIZE_PASS_DEPENDENCY()
120 std::function<BlockFrequencyInfo *(const Function &F)> Ftor) in ModuleSummaryIndexBuilder() argument136 if (Ftor) in ModuleSummaryIndexBuilder()137 BFI = Ftor(F); in ModuleSummaryIndexBuilder()
27 UnpackMachineBundles(std::function<bool(const Function &)> Ftor = nullptr) in UnpackMachineBundles() argument28 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in UnpackMachineBundles()81 llvm::createUnpackMachineBundles(std::function<bool(const Function &)> Ftor) { in createUnpackMachineBundles() argument82 return new UnpackMachineBundles(std::move(Ftor)); in createUnpackMachineBundles()
179 IfConverter(std::function<bool(const Function &)> Ftor = nullptr) in IfConverter() argument180 : MachineFunctionPass(ID), FnNum(-1), PredicateFtor(std::move(Ftor)) { in IfConverter()1842 llvm::createIfConverter(std::function<bool(const Function &)> Ftor) { in createIfConverter() argument1843 return new IfConverter(std::move(Ftor)); in createIfConverter()
205 FunctionPass *createIfConverter(std::function<bool(const Function &)> Ftor);316 createUnpackMachineBundles(std::function<bool(const Function &)> Ftor);
43 std::function<bool(const Function &)> Ftor = nullptr);
142 Thumb2SizeReduce(std::function<bool(const Function &)> Ftor);218 Thumb2SizeReduce::Thumb2SizeReduce(std::function<bool(const Function &)> Ftor) in Thumb2SizeReduce() argument219 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) { in Thumb2SizeReduce()1100 std::function<bool(const Function &)> Ftor) { in createThumb2SizeReductionPass() argument1101 return new Thumb2SizeReduce(std::move(Ftor)); in createThumb2SizeReductionPass()
41 std::function<BlockFrequencyInfo *(const Function &F)> Ftor = nullptr);
246 int Threshold = -1, std::function<bool(const Function &)> Ftor = nullptr);