Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3418 unsigned countNewPhiNodes() const { return AllPhiNodes.size(); } in countNewPhiNodes() function in __anon1b21b1700c11::SimplificationTracker
3642 NumMemoryInstsPhiCreated += ST.countNewPhiNodes() + PhiNotMatchedCount; in findCommon()