Home | History | Annotate | Download | only in CodeGen

Lines Matching full:instruction

52 /// extractLexicalScopes - Extract instruction ranges for each lexical scopes
58 // Scan each instruction and create scopes. First build working set of scopes.
64 // Check if instruction has valid location information.
71 // If scope has not changed then skip this instruction.
77 // Ignore DBG_VALUE. It does not contribute to any instruction in output.
82 // If we have already seen a beginning of an instruction range and
83 // current instruction scope does not match scope of first instruction
84 // in this range then create a new instruction range.
90 // This is a beginning of a new instruction range.
98 // Create last instruction range.
256 assert(S && "Lost LexicalScope for a machine instruction!");
294 /// machine instruction's lexical scope in a given machine basic block.