Home
last modified time | relevance | path

Searched refs:setPostInstrSymbol (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp115 Setjmp->setPostInstrSymbol(MF, SjSymbol); in runOnMachineFunction()
H A DMachineInstr.cpp492 void MachineInstr::setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPostInstrSymbol() function in MachineInstr
555 setPostInstrSymbol(MF, MI.getPostInstrSymbol()); in cloneInstrSymbols()
H A DModuloSchedule.cpp2850 MI->setPostInstrSymbol(MF, Sym); in annotate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1917 void setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp2091 MI.setPostInstrSymbol(MF, RetSymbol); in tracePredStateThroughCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1189 MI->setPostInstrSymbol(MF, PostInstrSymbol); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2907 GetPC->setPostInstrSymbol(*MF, PostGetPCLabel); in insertIndirectBranch()