Searched refs:fallthroughBlock (Results 1 – 1 of 1) sorted by relevance
946 BasicBlock *fallthroughBlock = findBlock(cUnit, in processCanBranch() local965 curBlock->fallThrough = fallthroughBlock; in processCanBranch()966 dvmCompilerSetBit(fallthroughBlock->predecessors, curBlock->id); in processCanBranch()1055 BasicBlock *fallthroughBlock = findBlock(cUnit, in processCanSwitch() local1063 curBlock->fallThrough = fallthroughBlock; in processCanSwitch()1064 dvmCompilerSetBit(fallthroughBlock->predecessors, curBlock->id); in processCanSwitch()1136 BasicBlock *fallthroughBlock = findBlock(cUnit, in processCanThrow() local1150 curBlock->fallThrough = fallthroughBlock; in processCanThrow()1151 dvmCompilerSetBit(fallthroughBlock->predecessors, curBlock->id); in processCanThrow()