Home
last modified time | relevance | path

Searched refs:PhiNotMatchedCount (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3653 unsigned PhiNotMatchedCount = 0; in findCommon() local
3654 if (!MatchPhiSet(ST, AddrSinkNewPhis, PhiNotMatchedCount)) { in findCommon()
3661 NumMemoryInstsPhiCreated += ST.countNewPhiNodes() + PhiNotMatchedCount; in findCommon()
3723 unsigned &PhiNotMatchedCount) { in MatchPhiSet() argument
3763 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()