Searched refs:TrueSlice (Results 1 – 1 of 1) sorted by relevance
605 std::stack<Instruction *> TrueSlice; in convertProfitableSIGroups() local606 getExclBackwardsSlice(TI, TrueSlice, SI.getI(), true); in convertProfitableSIGroups()607 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()608 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()