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

  /external/llvm/lib/CodeGen/
Spiller.cpp 107 bool hasDef = false;
113 hasDef |= mi->getOperand(i).isDef();
129 assert(hasUse || hasDef);
142 if (hasDef) {
InlineSpiller.cpp 128 bool hasDef() const { return DefByOrigPHI || DefMI; }
361 if (!SVI->second.hasDef())
380 assert(SV.hasDef() && "Propagating undefined value");
398 if (!DepSV.hasDef()) {
    [all...]
MachineVerifier.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 46 bool HasDef;
52 bool hasDef() const { return HasDef; }
56 return (HasDef ? 1 : 0) + Pos;

Completed in 82 milliseconds