Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp605 std::stack<Instruction *> TrueSlice; in convertProfitableSIGroups() local
606 getExclBackwardsSlice(TI, TrueSlice, SI.getI(), true); in convertProfitableSIGroups()
607 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()
608 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()