Searched refs:CurrentCanonNums (Results 1 – 1 of 1) sorted by relevance
1704 SmallVector<std::pair<unsigned, BasicBlock *>> CurrentCanonNums; in findOrCreatePHIInBlock() local1714 CurrentCanonNums.clear(); in findOrCreatePHIInBlock()1715 findCanonNumsForPHI(&CurrPN, *FirstRegion, OutputMappings, CurrentCanonNums, in findOrCreatePHIInBlock()1720 if (PNCanonNums.size() != CurrentCanonNums.size()) in findOrCreatePHIInBlock()1733 std::pair<unsigned, BasicBlock *> ToCompareTo = CurrentCanonNums[Idx]; in findOrCreatePHIInBlock()