OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNarrowingLinear
(Results
1 - 4
of
4
) sorted by null
/art/compiler/optimizing/
induction_var_analysis_test.cc
190
bool
IsNarrowingLinear
(HInstruction* instruction) {
191
return HInductionVarAnalysis::
IsNarrowingLinear
(
[
all
...]
induction_var_analysis.h
253
static bool
IsNarrowingLinear
(InductionInfo* info);
induction_var_analysis.cc
569
if (
IsNarrowingLinear
(a) ||
IsNarrowingLinear
(b)) {
612
if (
IsNarrowingLinear
(a)) {
634
if (
IsNarrowingLinear
(a) ||
IsNarrowingLinear
(b)) {
[
all
...]
induction_var_range.cc
375
!HInductionVarAnalysis::
IsNarrowingLinear
(info)) {
[
all
...]
Completed in 1076 milliseconds