Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.cpp135 bool KeepScheduling = true; in tryScheduleUntil() local
136 while (KeepScheduling) { in tryScheduleUntil()
191 KeepScheduling = false; in tryScheduleUntil()
196 KeepScheduling = true; in tryScheduleUntil()