Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
74 DebugLoc PrologEndLoc; variable
1495 if (DL == PrologEndLoc) { in beginInstruction()1497 PrologEndLoc = DebugLoc(); in beginInstruction()1546 PrologEndLoc = findPrologueEndLoc(MF); in beginFunctionImpl()1547 if (PrologEndLoc) { in beginFunctionImpl()1550 auto *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in beginFunctionImpl()
1355 DebugLoc PrologEndLoc; in beginFunctionImpl() local1361 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()1370 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()1371 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()