Home
last modified time | relevance | path

Searched refs:setFunction (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSwiftErrorValueTracking.h68 void setFunction(MachineFunction &MF);
DMachineSSAContext.h54 void setFunction(MachineFunction &Fn);
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DSSAContext.h49 void setFunction(Function &Fn);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineSSAContext.cpp26 void MachineSSAContext::setFunction(MachineFunction &Fn) { in setFunction() function in MachineSSAContext
DSwiftErrorValueTracking.cpp79 void SwiftErrorValueTracking::setFunction(MachineFunction &mf) { in setFunction() function in SwiftErrorValueTracking
/openbsd/src/gnu/llvm/llvm/lib/IR/
DSSAContext.cpp27 void SSAContext::setFunction(Function &Fn) { F = &Fn; } in setFunction() function in SSAContext
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DGenericCycleImpl.h358 Context.setFunction(F); in compute()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp432 SwiftError->setFunction(*MF); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp3454 SwiftError.setFunction(CurMF); in runOnMachineFunction()