HomeSort by relevance Sort by last modified time
    Searched defs:lis (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
Spiller.cpp 55 LiveIntervals *lis; member in class:__anon11493::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 136 LiveIntervals *lis; member in class:__anon11464::RegAllocPBQP
190 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);
316 const LiveIntervals *lis,
    [all...]
  /system/extras/librank/
librank.c 181 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 

Completed in 497 milliseconds