Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp281 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
286 if (Succ == SuccToKeep) { in ConstantFoldTerminator()
287 SuccToKeep = nullptr; // Don't modify the first branch to TheOnlyDest in ConstantFoldTerminator()
351 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
356 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
357 SuccToKeep = nullptr; in ConstantFoldTerminator()
376 if (SuccToKeep) { in ConstantFoldTerminator()