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

  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 139 typedef DenseMapInfo<Value *> DMI;
148 FunctionCallbackVH::DMI> FunctionCallsMap;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 54 using DMI = DenseMapInfo<Value *>;
66 AffectedValueCallbackVH::DMI>;
183 typedef DenseMapInfo<Value *> DMI;
192 FunctionCallbackVH::DMI> FunctionCallsMap;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
AssumptionCache.h 54 using DMI = DenseMapInfo<Value *>;
66 AffectedValueCallbackVH::DMI>;
183 typedef DenseMapInfo<Value *> DMI;
192 FunctionCallbackVH::DMI> FunctionCallsMap;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
AssumptionCache.h 54 using DMI = DenseMapInfo<Value *>;
66 AffectedValueCallbackVH::DMI>;
183 typedef DenseMapInfo<Value *> DMI;
192 FunctionCallbackVH::DMI> FunctionCallsMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 54 using DMI = DenseMapInfo<Value *>;
66 AffectedValueCallbackVH::DMI>;
183 typedef DenseMapInfo<Value *> DMI;
192 FunctionCallbackVH::DMI> FunctionCallsMap;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
AssumptionCache.h 54 using DMI = DenseMapInfo<Value *>;
66 AffectedValueCallbackVH::DMI>;
183 typedef DenseMapInfo<Value *> DMI;
192 FunctionCallbackVH::DMI> FunctionCallsMap;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
AssumptionCache.h 54 using DMI = DenseMapInfo<Value *>;
66 AffectedValueCallbackVH::DMI>;
183 typedef DenseMapInfo<Value *> DMI;
192 FunctionCallbackVH::DMI> FunctionCallsMap;
  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 407 const MachineInstr *DMI = &DiffIt.MI;
409 BuildMI(MBB, MBB.instr_begin(), DMI->getDebugLoc(), DMI->getDesc(),
410 DMI->isIndirectDebugValue(), DMI->getOperand(0).getReg(), 0,
411 DMI->getDebugVariable(), DMI->getDebugExpression());
412 if (DMI->isIndirectDebugValue())
413 MI->getOperand(1).setImm(DMI->getOperand(1).getImm());
  /external/llvm/lib/IR/
LegacyPassManager.cpp 554 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator DMI =
556 if (DMI == InversedLastUser.end())
559 SmallPtrSet<Pass *, 8> &LU = DMI->second;
568 auto DMI = AnUsageMap.find(P);
569 if (DMI != AnUsageMap.end())
570 AnUsage = DMI->second;
796 for (DenseMap<Pass *, Pass *>::iterator DMI = LastUser.begin(),
797 DME = LastUser.end(); DMI != DME; ++DMI) {
798 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 283 DMI,
    [all...]

Completed in 643 milliseconds