Searched defs:LSP (Results 1 - 3 of 3) sorted by relevance
/external/libpcap/ |
H A D | tokdefs.h | 119 LSP = 337, enumerator in enum:yytokentype 240 #define LSP 337 macro
|
H A D | grammar.c | 426 LSP = 337, enumerator in enum:yytokentype 547 #define LSP 337 macro 1037 "L2", "IIH", "LSP", "SNP", "CSNP", "PSNP", "STP", "IPX", "NETBEUI",
|
/external/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 65 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...] |
Completed in 695 milliseconds