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