HomeSort by relevance Sort by last modified time
    Searched defs:NumMemRefs (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 47 NumMemRefs(0), PtrVal(nullptr) {}
55 int NumMemRefs;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 98 uint8_t NumMemRefs; // Information on memory references.
102 // NumMemRefs - currently 256 - we remove the operands entirely. Note also
372 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
376 bool memoperands_empty() const { return NumMemRefs == 0; }
387 return NumMemRefs == 1;
    [all...]

Completed in 103 milliseconds