Home
last modified time | relevance | path

Searched refs:createInlineSpiller (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSpiller.h38 Spiller *createInlineSpiller(MachineFunctionPass &Pass, MachineFunction &MF,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp321 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM, VRAI)); in runOnMachineFunction()
H A DRegAllocPBQP.cpp810 createInlineSpiller(*this, MF, VRM, DefaultVRAI)); in runOnMachineFunction()
H A DInlineSpiller.cpp240 Spiller *llvm::createInlineSpiller(MachineFunctionPass &Pass, in createInlineSpiller() function in llvm
H A DRegAllocGreedy.cpp2650 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM, *VRAI)); in runOnMachineFunction()