Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp377 std::stack<Instruction *> TrueSlice; in convertProfitableSIGroups() local
378 getExclBackwardsSlice(TI, TrueSlice, true); in convertProfitableSIGroups()
379 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()
380 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()