OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FallThrough
(Results
1 - 4
of
4
) sorted by null
/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
...]
/external/v8/test/unittests/compiler/
instruction-sequence-unittest.h
106
static BlockCompletion
FallThrough
() {
136
Instruction* EndBlock(BlockCompletion completion =
FallThrough
());
register-allocator-unittest.cc
577
EndBlock(
FallThrough
());
598
EndBlock(
FallThrough
());
Completed in 155 milliseconds