Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
329 DebugLoc PrologEndLoc; in beginFunction() local332 if (PrologEndLoc) in beginFunction()342 PrologEndLoc = MI.getDebugLoc(); in beginFunction()349 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()350 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
967 if (DL == PrologEndLoc) { in beginInstruction()969 PrologEndLoc = DebugLoc(); in beginInstruction()1159 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()1160 if (MDLocation *L = PrologEndLoc) { in beginFunction()
241 DebugLoc PrologEndLoc; variable