Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3473 SmallPtrSet<SelectInst *, 32> AllSelectNodes; member in __anon88ab83af0c11::SimplificationTracker
3504 AllSelectNodes.erase(Select); in Simplify()
3531 void insertNewSelect(SelectInst *SI) { AllSelectNodes.insert(SI); } in insertNewSelect()
3535 unsigned countNewSelectNodes() const { return AllSelectNodes.size(); } in countNewSelectNodes()
3545 for (auto *I : AllSelectNodes) { in destroyNewNodes()
3549 AllSelectNodes.clear(); in destroyNewNodes()