Searched refs:PrologEndLoc (Results 1 – 5 of 5) sorted by relevance
48 DebugLoc PrologEndLoc; variable
1006 if (DL == PrologEndLoc) { in beginInstruction()1008 PrologEndLoc = DebugLoc(); in beginInstruction()1081 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()1082 if (DILocation *L = PrologEndLoc) { in beginFunction()
882 DebugLoc PrologEndLoc; in beginFunction() local888 PrologEndLoc = MI.getDebugLoc(); in beginFunction()897 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()898 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
1004 if (DL == PrologEndLoc) { in beginInstruction()1006 PrologEndLoc = DebugLoc(); in beginInstruction()1201 if (PrologEndLoc.isUnknown() && !MI->getDebugLoc().isUnknown()) in beginFunction()1202 PrologEndLoc = MI->getDebugLoc(); in beginFunction()1275 if (!PrologEndLoc.isUnknown()) { in beginFunction()1276 DebugLoc FnStartDL = getFnDebugLoc(PrologEndLoc, in beginFunction()
284 DebugLoc PrologEndLoc; variable