Searched refs:PrologEndLoc (Results 1 – 8 of 8) 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()
74 DebugLoc PrologEndLoc; variable
1338 if (DL == PrologEndLoc) { in beginInstruction()1340 PrologEndLoc = DebugLoc(); in beginInstruction()1389 PrologEndLoc = findPrologueEndLoc(MF); in beginFunctionImpl()1390 if (PrologEndLoc) { in beginFunctionImpl()1393 auto *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in beginFunctionImpl()
1244 DebugLoc PrologEndLoc; in beginFunctionImpl() local1250 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()1259 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()1260 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()
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