Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2894 unsigned countNewSelectNodes() const { return AllSelectNodes.size(); } in countNewSelectNodes() function in __anon6227213d0811::SimplificationTracker
3102 if (!AddrSinkNewSelects && ST.countNewSelectNodes() > 0) { in findCommon()
3117 NumMemoryInstsSelectCreated += ST.countNewSelectNodes(); in findCommon()