Searched refs:TrueSlice (Results 1 – 1 of 1) sorted by relevance
381 std::stack<Instruction *> TrueSlice; in convertProfitableSIGroups() local382 getExclBackwardsSlice(TI, TrueSlice, SI, true); in convertProfitableSIGroups()383 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()384 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()