/external/llvm/lib/CodeGen/ |
Spiller.cpp | 55 LiveIntervals *lis; member in class:__anon24543::SpillerBase 65 lis = &pass.getAnalysis<LiveIntervals>(); 140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot(); 143 newLI->getNextValue(loadIndex, lis->getVNInfoAllocator()); 153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot(); 156 newLI->getNextValue(beginIndex, lis->getVNInfoAllocator());
|
RegAllocPBQP.cpp | 137 LiveIntervals *lis; member in class:__anon24514::RegAllocPBQP 190 PBQPRAProblem *PBQPBuilder::build(MachineFunction *mf, const LiveIntervals *lis, 194 LiveIntervals *LIS = const_cast<LiveIntervals*>(lis); 215 LiveInterval *vregLI = &LIS->getInterval(vreg); 219 LIS->checkRegMaskInterference(*vregLI, regMaskOverlaps); 237 if (vregLI->overlaps(LIS->getRegUnit(*Units))) { 265 const LiveInterval &l1 = lis->getInterval(vr1); 271 const LiveInterval &l2 = lis->getInterval(vr2); 315 const LiveIntervals *lis, [all...] |
/external/chromium_org/third_party/npapi/npspy/common/ |
logger.cpp | 311 LogItemStruct * lis = makeLogItemStruct(action, dw1, dw2, dw3, dw4, dw5, dw6, dw7); local 312 formatLogItem(lis, &log, TRUE); 313 freeLogItemStruct(lis);
|
/system/extras/librank/ |
librank.c | 214 struct library_info *li, **lis; local
|
/external/svox/pico/lib/ |
picopr.c | 783 picoos_bool lis; local 790 lis = TRUE; 792 while (lis && (li < PR_MAX_DATA_LEN) && (str[li] != 0)) { 802 lis = lis && picobase_is_utf8_uppercase(lutf,PICOBASE_UTF8_MAXLEN+1); 804 lis = lis && picobase_is_utf8_lowercase(lutf,PICOBASE_UTF8_MAXLEN+1); 808 return lis; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.util_1.0.200.v20100503.jar | |