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