Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3283 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; in AddReachableCodeToWorklist() local
3344 InstrsForInstCombineWorklist.push_back(Inst); in AddReachableCodeToWorklist()
3373 ICWorklist.AddInitialGroup(InstrsForInstCombineWorklist); in AddReachableCodeToWorklist()