Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp103 bool ExitSet = false; member in BlockData
358 bool ExitSet = false; in processBlockPhase2() local
363 ExitSet = true; in processBlockPhase2()
380 ExitSet = true; in processBlockPhase2()
381 } else if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
383 ExitSet = true; in processBlockPhase2()
390 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
391 if (BlockInfo[ThisBlock]->ExitSet) { in processBlockPhase2()
397 ExitSet = true; in processBlockPhase2()
411 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()