Home
last modified time | relevance | path

Searched refs:InstrsForInstCombineWorklist (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3120 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local
3181 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()
3210 ICWorklist.AddInitialGroup(InstrsForInstCombineWorklist); in AddReachableCodeToWorklist()