Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1803 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local
1854 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()
1892 IC.Worklist.AddInitialGroup(&InstrsForInstCombineWorklist[0], in AddReachableCodeToWorklist()
1893 InstrsForInstCombineWorklist.size()); in AddReachableCodeToWorklist()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2932 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local
2984 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()
3023 ICWorklist.AddInitialGroup(InstrsForInstCombineWorklist); in AddReachableCodeToWorklist()