Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
344 DebugLoc PrologEndLoc; in beginFunction() local347 if (PrologEndLoc) in beginFunction()357 PrologEndLoc = MI.getDebugLoc(); in beginFunction()364 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()365 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
992 if (DL == PrologEndLoc) { in beginInstruction()994 PrologEndLoc = DebugLoc(); in beginInstruction()1180 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()1181 if (DILocation *L = PrologEndLoc) { in beginFunction()
248 DebugLoc PrologEndLoc; variable