Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwiftErrorValueTracking.h68 void setFunction(MachineFunction &MF);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h645 void setFunction(FunctionId newFunction) {
1064 void setFunction(FunctionId newFunction) {
1065 Context.setFunction(newFunction);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp79 void SwiftErrorValueTracking::setFunction(MachineFunction &mf) { in setFunction() function in SwiftErrorValueTracking
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp463 ChildProfile->getContext().setFunction(OrigChildContext.getFunction()); in convertCSProfiles()
H A DSampleProfReader.cpp396 FSamples.setFunction(FunctionId(FName)); in readImpl()
646 CalleeProfile.setFunction(*FName); in readProfile()
1659 FProfile->setFunction(FunctionId(Name)); in readOneFunctionProfile()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1346 Result.setFunction(Remapper(Samples.getFunction())); in remapSamples()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp468 SwiftError->setFunction(*MF); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3707 SwiftError.setFunction(CurMF); in runOnMachineFunction()