Lines Matching defs:OutputCanon
2499 /// For the \p OutputCanon number passed in find the value represented by this
2504 /// \param OutputCanon - The canonical number to find the Value from.
2505 /// \returns The Value represented by a canonical number \p OutputCanon in \p
2508 unsigned OutputCanon) {
2513 if (OutputCanon > CurrentGroup.PHINodeGVNTracker) {
2514 auto It = CurrentGroup.PHINodeGVNToGVNs.find(OutputCanon);
2518 OutputCanon = *It->second.second.begin();
2521 Region.Candidate->fromCanonicalNum(OutputCanon);
2535 for (unsigned OutputCanon : Region->GVNStores) {
2536 Value *V = findOutputValueInRegion(*Region, OutputCanon);
2588 for (unsigned OutputCanon : OutputUse) {
2589 Value *V = findOutputValueInRegion(FirstRegion, OutputCanon);