Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp3756 unsigned countNewPhiNodes() const { return AllPhiNodes.size(); } in countNewPhiNodes() function in __anonfc20c1720d11::SimplificationTracker
3991 NumMemoryInstsPhiCreated += ST.countNewPhiNodes() + PhiNotMatchedCount; in findCommon()