HomeSort by relevance Sort by last modified time
    Searched refs:onlyReadsMemory (Results 26 - 34 of 34) sorted by null

12

  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
GVN.cpp 291 } else if (AA->onlyReadsMemory(C)) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 576 if (!A || !A->onlyReadsMemory() || !A->hasNoAliasAttr()) return false;
    [all...]

Completed in 4604 milliseconds

12