OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastInstr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp
92
const InstrInfoTy &
LastInstr
= InstrInfo[CurFn->Instrs.back()];
93
if (
LastInstr
.Filename == Filename &&
LastInstr
.LineNumber == DL.getLine())
/external/llvm/lib/CodeGen/
SplitKit.h
70
SlotIndex
LastInstr
; ///< Last instr accessing current reg.
78
return SlotIndex::isSameInstr(FirstInstr,
LastInstr
);
Completed in 949 milliseconds