Searched refs:TrueSlice (Results 1 – 1 of 1) sorted by relevance
377 std::stack<Instruction *> TrueSlice; in convertProfitableSIGroups() local378 getExclBackwardsSlice(TI, TrueSlice, true); in convertProfitableSIGroups()379 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()380 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()