Lines Matching defs:OutputCanon
2496 /// For the \p OutputCanon number passed in find the value represented by this
2501 /// \param OutputCanon - The canonical number to find the Value from.
2502 /// \returns The Value represented by a canonical number \p OutputCanon in \p
2505 unsigned OutputCanon) {
2510 if (OutputCanon > CurrentGroup.PHINodeGVNTracker) {
2511 auto It = CurrentGroup.PHINodeGVNToGVNs.find(OutputCanon);
2515 OutputCanon = *It->second.second.begin();
2518 Region.Candidate->fromCanonicalNum(OutputCanon);
2532 for (unsigned OutputCanon : Region->GVNStores) {
2533 Value *V = findOutputValueInRegion(*Region, OutputCanon);
2585 for (unsigned OutputCanon : OutputUse) {
2586 Value *V = findOutputValueInRegion(FirstRegion, OutputCanon);