Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DSSAContext.cpp29 void SSAContext::setFunction(Function &Fn) { F = &Fn; } in setFunction() function in SSAContext
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp28 void MachineSSAContext::setFunction(MachineFunction &Fn) { in setFunction() function in MachineSSAContext
H A DSwiftErrorValueTracking.cpp79 void SwiftErrorValueTracking::setFunction(MachineFunction &mf) { in setFunction() function in SwiftErrorValueTracking
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DSSAContext.h40 void setFunction(Function &Fn);
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineSSAContext.h47 void setFunction(MachineFunction &Fn);
H A DSwiftErrorValueTracking.h68 void setFunction(MachineFunction &MF);
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h358 Context.setFunction(F); in compute()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp416 SwiftError->setFunction(*MF); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3426 SwiftError.setFunction(CurMF); in runOnMachineFunction()