Home
last modified time | relevance | path

Searched refs:EXPRS (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/LICM/
Dupdate-scev.ll2 …pt -analyze -scalar-evolution -licm -scalar-evolution < %s | FileCheck %s --check-prefix=SCEV-EXPRS
13 ; SCEV-EXPRS: Classifying expressions for: @f_0
14 ; SCEV-EXPRS: Classifying expressions for: @f_0
15 ; SCEV-EXPRS: %cond = load i1, i1* %loc
16 ; SCEV-EXPRS-NEXT: --> {{.*}} LoopDispositions: { %loop.outer: Variant, %loop.inner: Invariant }
/external/llvm/test/Transforms/LoopDeletion/
Dupdate-scev.ll1 …ze -scalar-evolution -loop-deletion -scalar-evolution < %s | FileCheck %s --check-prefix=SCEV-EXPRS
27 ; SCEV-EXPRS: %conv7 = zext i1 %cmp to i32
28 ; SCEV-EXPRS: %conv7 = zext i1 %cmp to i32
29 ; SCEV-EXPRS-NEXT: --> {{.*}} LoopDispositions: { %for.body: Variant, %for.cond: Variant, %for.bo…
/external/rust/crates/syn/tests/
Dtest_precedence.rs52 const EXPRS: &[&str] = &[ in test_simple_precedence() constant
63 for input in EXPRS { in test_simple_precedence()