Searched refs:InstrsForInstCombineWorklist (Results 1 – 1 of 1) sorted by relevance
2793 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local2844 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()2883 ICWorklist.AddInitialGroup(&InstrsForInstCombineWorklist[0], in AddReachableCodeToWorklist()2884 InstrsForInstCombineWorklist.size()); in AddReachableCodeToWorklist()