HomeSort by: relevance | last modified time | path
    Searched defs:DepthMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
PhiValues.h 80 DenseMap<const PHINode *, unsigned int> DepthMap;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CmovConversion.cpp 386 DenseMap<MachineInstr *, DepthInfo> DepthMap;
396 DepthMap[nullptr] = {0, 0};
445 DepthInfo Info = DepthMap.lookup(DefMI);
454 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth,
455 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth);
466 DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency};
549 DepthMap[OperandToDefMap.lookup(&MI->getOperand(4))].Depth;
551 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth,
552 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth);

Completed in 18 milliseconds