Home
last modified time | relevance | path

Searched refs:TheOnlyDest (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.cpp164 BasicBlock *TheOnlyDest = DefaultDest; in ConstantFoldTerminator() local
169 TheOnlyDest = SI->case_begin()->getCaseSuccessor(); in ConstantFoldTerminator()
176 TheOnlyDest = i->getCaseSuccessor(); in ConstantFoldTerminator()
219 if (i->getCaseSuccessor() != TheOnlyDest) in ConstantFoldTerminator()
220 TheOnlyDest = nullptr; in ConstantFoldTerminator()
226 if (CI && !TheOnlyDest) { in ConstantFoldTerminator()
229 TheOnlyDest = SI->getDefaultDest(); in ConstantFoldTerminator()
234 if (TheOnlyDest) { in ConstantFoldTerminator()
236 Builder.CreateBr(TheOnlyDest); in ConstantFoldTerminator()
245 if (Succ == TheOnlyDest) { in ConstantFoldTerminator()
[all …]