Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp270 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
275 if (Succ == SuccToKeep) { in ConstantFoldTerminator()
276 SuccToKeep = nullptr; // Don't modify the first branch to TheOnlyDest in ConstantFoldTerminator()
344 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
349 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
350 SuccToKeep = nullptr; in ConstantFoldTerminator()
369 if (SuccToKeep) { in ConstantFoldTerminator()