Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py50 CAN = 24 # Cancel escape sequence. variable
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Dsmall-size.ll400 ; We CAN vectorize this example because the pointers are marked as noalias.
448 ; We CAN vectorize this example by folding the tail it entails.
542 ; We CAN'T vectorize this example because it would entail a tail and an
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dnoop-stores.ll16 ; We CAN optimize volatile loads.
199 ; We CAN remove it when the unkown write comes AFTER.