Searched refs:EdgeVal (Results 1 – 4 of 4) sorted by relevance
222 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local223 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
103 uint64_t EdgeVal = *Count > KnownSum ? *Count - KnownSum : 0U; in setSingleUnknownEdgeCount() local119 E->Count = EdgeVal; in setSingleUnknownEdgeCount()
1541 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local1549 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()1559 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()1561 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
22123 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local22124 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()22125 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()22137 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()