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