Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3664 unsigned countNewSelectNodes() const { return AllSelectNodes.size(); } in countNewSelectNodes() function in __anon01de4a8e0c11::SimplificationTracker
3883 if (!AddrSinkNewSelects && ST.countNewSelectNodes() > 0) { in findCommon()
3898 NumMemoryInstsSelectCreated += ST.countNewSelectNodes(); in findCommon()