Searched refs:SecondPhi (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3418 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); local
3424 if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) ||
3425 FirstPhi->getParent() != SecondPhi->getParent())
3429 if (Matcher.count({ FirstPhi, SecondPhi }))
3435 Matcher.insert({ FirstPhi, SecondPhi });
3437 WorkList.push_back({ FirstPhi, SecondPhi });

Completed in 164 milliseconds