Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp277 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
282 if (Succ == SuccToKeep) { in ConstantFoldTerminator()
283 SuccToKeep = nullptr; // Don't modify the first branch to TheOnlyDest in ConstantFoldTerminator()
347 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
352 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
353 SuccToKeep = nullptr; in ConstantFoldTerminator()
372 if (SuccToKeep) { in ConstantFoldTerminator()