OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectKind
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
mir_optimization.cc
184
static SelectInstructionKind
SelectKind
(MIR* mir) {
352
if (
SelectKind
(tk->last_mir_insn) == kSelectGoto) {
359
((
SelectKind
(ft->first_mir_insn) == kSelectMove) ||
360
(
SelectKind
(ft->first_mir_insn) == kSelectConst)) &&
361
(
SelectKind
(ft->first_mir_insn) ==
SelectKind
(tk->first_mir_insn)) &&
362
(
SelectKind
(tk->last_mir_insn) == kSelectGoto)) {
384
bool const_form = (
SelectKind
(if_true) == kSelectConst);
385
if ((
SelectKind
(if_true) == kSelectMove)) {
399
DCHECK_EQ(
SelectKind
(if_true), kSelectMove)
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
[
all
...]
Completed in 42 milliseconds