Searched refs:InstrsForInstCombineWorklist (Results 1 – 2 of 2) sorted by relevance
1803 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local1854 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()1892 IC.Worklist.AddInitialGroup(&InstrsForInstCombineWorklist[0], in AddReachableCodeToWorklist()1893 InstrsForInstCombineWorklist.size()); in AddReachableCodeToWorklist()
2932 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local2984 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()3023 ICWorklist.AddInitialGroup(InstrsForInstCombineWorklist); in AddReachableCodeToWorklist()