Home
last modified time | relevance | path

Searched refs:InstrsForInstCombineWorklist (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2793 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local
2844 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()
2883 ICWorklist.AddInitialGroup(&InstrsForInstCombineWorklist[0], in AddReachableCodeToWorklist()
2884 InstrsForInstCombineWorklist.size()); in AddReachableCodeToWorklist()