Searched defs:LSP (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Dtokdefs.h101 LSP = 327, enumerator in enum:yytokentype
205 #define LSP 327 macro
H A Dgrammar.c136 LSP = 327, enumerator in enum:yytokentype
240 #define LSP 327 macro
790 "PPPOES", "ISO", "ESIS", "CLNP", "ISIS", "L1", "L2", "IIH", "LSP", "SNP",
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp64 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num]; local
69 if (!LSP.first.isValid()) {
72 LSP.first = MBBEnd;
74 LSP.first = LIS.getInstructionIndex(FirstTerm);
78 return LSP.first;
80 LSP.second = LSP.first;
85 LSP.second = LIS.getInstructionIndex(I);
93 if (!LPad || !LSP.second || !LIS.isLiveInToMBB(*CurLI, LPad))
94 return LSP
115 SlotIndex LSP = getLastSplitPoint(MBB->getNumber()); local
1232 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); local
1304 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); local
1380 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); local
[all...]

Completed in 122 milliseconds