Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp3163 unsigned countNewSelectNodes() const { return AllSelectNodes.size(); } in countNewSelectNodes() function in __anon2aa2296f0711::SimplificationTracker
3371 if (!AddrSinkNewSelects && ST.countNewSelectNodes() > 0) { in findCommon()
3386 NumMemoryInstsSelectCreated += ST.countNewSelectNodes(); in findCommon()