HomeSort by relevance Sort by last modified time
    Searched defs:FallThrough (Results 1 - 3 of 3) sorted by null

  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 106 static BlockCompletion FallThrough() {
136 Instruction* EndBlock(BlockCompletion completion = FallThrough());
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
IfConversion.cpp 98 /// HasFallThrough - True if BB may fallthrough to the following BB.
437 /// findFalseBlock - BB has a fallthrough. Find its 'false' successor given
658 // fallthrough.
735 // latter might fallthrough, but we can't determine where to.
796 // Unanalyzable or ends with fallthrough or unconditional branch, or if is
813 // Do not ifcvt if true and false fallthrough blocks are the same.
    [all...]

Completed in 1142 milliseconds