Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp119 BasicBlock *Dest2 = BI->getSuccessor(1); in ConstantFoldTerminator() local
124 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator()
125 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1; in ConstantFoldTerminator()
139 if (Dest2 == Dest1) { // Conditional branch to same location? in ConstantFoldTerminator()