Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3439 unsigned countNewSelectNodes() const { return AllSelectNodes.size(); } in countNewSelectNodes() function in __anon78e22a880c11::SimplificationTracker
3647 if (!AddrSinkNewSelects && ST.countNewSelectNodes() > 0) { in findCommon()
3662 NumMemoryInstsSelectCreated += ST.countNewSelectNodes(); in findCommon()