Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp196 unsigned FallThruPath; in MergeBlockIntoPredecessor() local
204 FallThruPath = PredBB_BI->getSuccessor(0) == BB ? 0 : 1; in MergeBlockIntoPredecessor()
270 PredBB_BI->setSuccessor(FallThruPath, NewSucc); in MergeBlockIntoPredecessor()