HomeSort by relevance Sort by last modified time
    Searched refs:DMI (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 148 typedef DenseMapInfo<Value *> DMI;
157 FunctionCallbackVH::DMI> FunctionCallsMap;
  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 325 const MachineInstr *DMI = ILT.MI;
327 BuildMI(MBB, MBB.instr_begin(), DMI->getDebugLoc(), DMI->getDesc(),
328 DMI->isIndirectDebugValue(), DMI->getOperand(0).getReg(), 0,
329 DMI->getDebugVariable(), DMI->getDebugExpression());
330 if (DMI->isIndirectDebugValue())
331 MI->getOperand(1).setImm(DMI->getOperand(1).getImm());
  /external/llvm/lib/IR/
LegacyPassManager.cpp 558 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator DMI =
560 if (DMI == InversedLastUser.end())
563 SmallPtrSet<Pass *, 8> &LU = DMI->second;
572 auto DMI = AnUsageMap.find(P);
573 if (DMI != AnUsageMap.end())
574 AnUsage = DMI->second;
805 for (DenseMap<Pass *, Pass *>::iterator DMI = LastUser.begin(),
806 DME = LastUser.end(); DMI != DME; ++DMI) {
807 SmallPtrSet<Pass *, 8> &L = InversedLastUser[DMI->second]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddstor.h 292 DMI,
winioctl.h 275 DMI,
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 4380 milliseconds