Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp278 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
283 if (Succ == SuccToKeep) { in ConstantFoldTerminator()
284 SuccToKeep = nullptr; // Don't modify the first branch to TheOnlyDest in ConstantFoldTerminator()
348 BasicBlock *SuccToKeep = TheOnlyDest; in ConstantFoldTerminator() local
353 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
354 SuccToKeep = nullptr; in ConstantFoldTerminator()
373 if (SuccToKeep) { in ConstantFoldTerminator()