Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp3758 unsigned countNewSelectNodes() const { return AllSelectNodes.size(); } in countNewSelectNodes() function in __anon0ba139710d11::SimplificationTracker
3977 if (!AddrSinkNewSelects && ST.countNewSelectNodes() > 0) { in findCommon()
3992 NumMemoryInstsSelectCreated += ST.countNewSelectNodes(); in findCommon()