Searched defs:LSP (Results 1 - 3 of 3) sorted by last modified time

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp65 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num]; local
70 if (!LSP.first.isValid()) {
73 LSP.first = MBBEnd;
75 LSP.first = LIS.getInstructionIndex(FirstTerm);
79 return LSP.first;
81 LSP.second = LSP.first;
86 LSP.second = LIS.getInstructionIndex(I);
94 if (!LPad || !LSP.second || !LIS.isLiveInToMBB(*CurLI, LPad))
95 return LSP
116 SlotIndex LSP = getLastSplitPoint(MBB->getNumber()); local
1239 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); local
1311 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); local
1387 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); local
[all...]
/external/libpcap/
H A Dgrammar.c426 LSP = 337, enumerator in enum:yytokentype
547 #define LSP 337 macro
1037 "L2", "IIH", "LSP", "SNP", "CSNP", "PSNP", "STP", "IPX", "NETBEUI",
H A Dtokdefs.h119 LSP = 337, enumerator in enum:yytokentype
240 #define LSP 337 macro

Completed in 163 milliseconds