Home
last modified time | relevance | path

Searched defs:Hoisted (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/include/polly/Support/
H A DVirtualInstruction.h49 Hoisted, enumerator
/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp118 enum HoistResult { NotHoisted = 1, Hoisted = 2, ErasedMI = 4 }; global() enumerator