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.cpp279 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
284 if (Succ == SuccToKeep) { in ConstantFoldTerminator()
285 SuccToKeep = nullptr; // Don't modify the first branch to TheOnlyDest in ConstantFoldTerminator()
349 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
354 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
355 SuccToKeep = nullptr; in ConstantFoldTerminator()
374 if (SuccToKeep) { in ConstantFoldTerminator()