Searched refs:DepthMap (Results 1 – 3 of 3) sorted by relevance
52 assert(DepthMap.lookup(Phi) == 0); in processPhi()55 DepthMap[Phi] = RootDepthNumber; in processPhi()62 unsigned int OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()65 OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()71 DepthMap[Phi] = std::min(DepthMap[Phi], OpDepthNumber); in processPhi()82 if (DepthMap[Phi] == RootDepthNumber) { in processPhi()97 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()110 unsigned int &ComponentDepthNumber = DepthMap[Stack.back()]; in processPhi()126 unsigned int DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()130 DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()[all …]
386 DenseMap<MachineInstr *, DepthInfo> DepthMap; in checkForProfitableCmovCandidates() local396 DepthMap[nullptr] = {0, 0}; in checkForProfitableCmovCandidates()445 DepthInfo Info = DepthMap.lookup(DefMI); in checkForProfitableCmovCandidates()454 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()455 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()466 DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency}; in checkForProfitableCmovCandidates()549 DepthMap[OperandToDefMap.lookup(&MI->getOperand(4))].Depth; in checkForProfitableCmovCandidates()551 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth, in checkForProfitableCmovCandidates()552 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth); in checkForProfitableCmovCandidates()
80 DenseMap<const PHINode *, unsigned int> DepthMap; variable