Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
73 const MachineInstr *PrologEndLoc; variable
2095 if (!DL && MI == PrologEndLoc) { in beginInstruction()2167 if (MI == PrologEndLoc) { in beginInstruction()2169 PrologEndLoc = nullptr; in beginInstruction()2343 const MachineInstr *PrologEndLoc = PrologEnd.first; in emitInitialLocDirective() local2350 if (PrologEndLoc) { in emitInitialLocDirective()2354 const DebugLoc &DL = PrologEndLoc->getDebugLoc(); in emitInitialLocDirective()2356 return PrologEndLoc; in emitInitialLocDirective()2359 PrologEndLoc = nullptr; in emitInitialLocDirective()2371 return PrologEndLoc; in emitInitialLocDirective()2659 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
1579 DebugLoc PrologEndLoc; in beginFunctionImpl() local1585 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()1594 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()1595 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()