Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwiftErrorValueTracking.h68 void setFunction(MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSSAContext.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp79 void SwiftErrorValueTracking::setFunction(MachineFunction &mf) { in setFunction() function in SwiftErrorValueTracking
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h658 void setFunction(FunctionId NewFunctionID) {
1081 void setFunction(FunctionId NewFunctionID) {
1082 Context.setFunction(NewFunctionID);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp507 ChildProfile->getContext().setFunction(OrigChildContext.getFunction()); in convertCSProfiles()
H A DSampleProfReader.cpp407 FSamples.setFunction(FunctionId(FName)); in readImpl()
669 CalleeProfile.setFunction(*FName); in readProfile()
1744 FProfile->setFunction(FunctionId(Name)); in readOneFunctionProfile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1490 Result.setFunction(Remapper(Samples.getFunction())); in remapSamples()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp564 SwiftError->setFunction(mf); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp4055 SwiftError.setFunction(CurMF); in runOnMachineFunction()