Home
last modified time | relevance | path

Searched refs:Interchanged (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/Transforms/LoopInterchange/
Dprofitability.ll27 ; DELIN: Name: Interchanged
69 ; CHECK: Name: Interchanged
Ddebuginfo.ll15 ; REMARK: Name: Interchanged
Dlcssa.ll101 ; REMARK: Interchanged
179 ; REMARK: Interchanged
262 ; REMARK: Interchanged
Dinterchange-no-deps.ll9 ; CHECK: Name: Interchanged
Dcall-instructions.ll79 ; CHECK-NEXT: Name: Interchanged
Dreductions-across-inner-and-outer-loop.ll11 ; REMARKS-NEXT: Name: Interchanged
Dloop-interchange-optimization-remarks.ll191 ; DELIN-NEXT: Name: Interchanged
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp551 bool Interchanged = in processLoopList() local
553 if (!Interchanged) in processLoopList()
565 Changed |= Interchanged; in processLoopList()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp519 bool Interchanged = in processLoopList() local
521 if (!Interchanged) in processLoopList()
532 Changed |= Interchanged; in processLoopList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp533 bool Interchanged = in processLoopList() local
535 if (!Interchanged) in processLoopList()
546 Changed |= Interchanged; in processLoopList()
/external/libpng/
DCHANGES419 Interchanged the order of calls to png_do_swap() and png_do_shift()
1600 Interchanged order of write_swap_alpha and write_invert_alpha transforms.