Searched defs:NotHoisted (Results 1 – 2 of 2) sorted by relevance
287 SmallPtrSet<const Instruction *, 8> NotHoisted; in considerHoistingFromTo() local
118 enum HoistResult { NotHoisted = 1, Hoisted = 2, ErasedMI = 4 }; enumerator