Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3747 unsigned PhiNotMatchedCount = 0; in findCommon() local
3748 if (!MatchPhiSet(ST, AddrSinkNewPhis, PhiNotMatchedCount)) { in findCommon()
3755 NumMemoryInstsPhiCreated += ST.countNewPhiNodes() + PhiNotMatchedCount; in findCommon()
3817 unsigned &PhiNotMatchedCount) { in MatchPhiSet() argument
3857 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()