Home
last modified time | relevance | path

Searched defs:Ftor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp29 std::function<bool(const MachineFunction &)> Ftor = nullptr) in UnpackMachineBundles()
81 std::function<bool(const MachineFunction &)> Ftor) { in createUnpackMachineBundles()
H A DIfConversion.cpp206 IfConverter(std::function<bool(const MachineFunction &)> Ftor = nullptr) in IfConverter()
2358 llvm::createIfConverter(std::function<bool(const MachineFunction &)> Ftor) { in createIfConverter()
H A DRegAllocFast.cpp1844 FunctionPass *llvm::createFastRegisterAllocator(RegAllocFilterFunc Ftor, in createFastRegisterAllocator()
H A DRegAllocGreedy.cpp195 FunctionPass *llvm::createGreedyRegisterAllocator(RegAllocFilterFunc Ftor) { in createGreedyRegisterAllocator()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1163 std::function<bool(const Function &)> Ftor) { in createThumb2SizeReductionPass()