Searched refs:InsertLabel (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | GCRootLowering.cpp | 66 MCSymbol *InsertLabel(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, 271 MCSymbol *GCMachineCodeAnalysis::InsertLabel(MachineBasicBlock &MBB, in InsertLabel() function in GCMachineCodeAnalysis 286 MCSymbol *Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc()); in VisitCallPoint() 291 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | GCRootLowering.cpp | 65 MCSymbol *InsertLabel(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, 270 MCSymbol *GCMachineCodeAnalysis::InsertLabel(MachineBasicBlock &MBB, in InsertLabel() function in GCMachineCodeAnalysis 285 MCSymbol *Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc()); in VisitCallPoint() 290 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | GCStrategy.cpp | 75 MCSymbol *InsertLabel(MachineBasicBlock &MBB, 350 MCSymbol *MachineCodeAnalysis::InsertLabel(MachineBasicBlock &MBB, in InsertLabel() function in MachineCodeAnalysis 365 MCSymbol* Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc()); in VisitCallPoint() 370 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint()
|