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

  /external/llvm/lib/CodeGen/
Spiller.cpp 108 bool hasDef = false;
114 hasDef |= mi->getOperand(i).isDef();
131 assert(hasUse || hasDef);
148 if (hasDef) {
InlineSpiller.cpp 123 bool hasDef() const { return DefByOrigPHI || DefMI; }
354 if (!SVI->second.hasDef())
375 assert(SV.hasDef() && "Propagating undefined value");
393 if (!DepSV.hasDef()) {
    [all...]
MachineVerifier.cpp     [all...]
RegAllocFast.cpp 800 bool hasDef = PhysRegState[Reg] == regReserved;
816 if (hasDef && !MO.isKill())
826 hasDef/*IsKill*/));
    [all...]

Completed in 169 milliseconds