Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp598 SmallVector<std::stack<Instruction *>, 2> TrueSlices, FalseSlices; in convertProfitableSIGroups() local
608 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()
631 for (auto &S : TrueSlices) { in convertProfitableSIGroups()