Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopInterchange/
Ddebuginfo.ll15 ; REMARK: Name: Interchanged
Dinterchange-no-deps.ll9 ; CHECK: Name: Interchanged
Dcall-instructions.ll79 ; CHECK-NEXT: Name: Interchanged
Dprofitability.ll61 ; CHECK: Name: Interchanged
Dlcssa.ll100 ; REMARK: Interchanged
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp551 bool Interchanged = in processLoopList() local
553 if (!Interchanged) in processLoopList()
565 Changed |= Interchanged; in processLoopList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp557 bool Interchanged = in processLoopList() local
559 if (!Interchanged) in processLoopList()
570 Changed |= Interchanged; in processLoopList()
/external/libpng/
DCHANGES420 Interchanged the order of calls to png_do_swap() and png_do_shift()
1601 Interchanged order of write_swap_alpha and write_invert_alpha transforms.