Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwiftErrorValueTracking.h68 void setFunction(MachineFunction &MF);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp79 void SwiftErrorValueTracking::setFunction(MachineFunction &mf) { in setFunction() function in SwiftErrorValueTracking
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h646 void setFunction(FunctionId NewFunctionID) {
1069 void setFunction(FunctionId NewFunctionID) {
1070 Context.setFunction(NewFunctionID);
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp479 ChildProfile->getContext().setFunction(OrigChildContext.getFunction()); in convertCSProfiles()
H A DSampleProfReader.cpp396 FSamples.setFunction(FunctionId(FName)); in readImpl()
647 CalleeProfile.setFunction(*FName); in readProfile()
1660 FProfile->setFunction(FunctionId(Name)); in readOneFunctionProfile()
/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1404 Result.setFunction(Remapper(Samples.getFunction())); in remapSamples()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp591 SwiftError->setFunction(mf); in runOnMachineFunction()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3904 SwiftError.setFunction(CurMF); in runOnMachineFunction()