Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp360 unsigned DummyIdx = 1; in handleDeadExits() local
377 assert(DummyIdx != 0 && "Too many dead exits!"); in handleDeadExits()
378 DummySwitch->addCase(Builder.getInt32(DummyIdx++), BB); in handleDeadExits()