Home
last modified time | relevance | path

Searched refs:hasDef (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DSpiller.cpp108 bool hasDef = false; in trivialSpillEverywhere() local
114 hasDef |= mi->getOperand(i).isDef(); in trivialSpillEverywhere()
131 assert(hasUse || hasDef); in trivialSpillEverywhere()
148 if (hasDef) { in trivialSpillEverywhere()
DInlineSpiller.cpp122 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function
352 if (!SVI->second.hasDef()) in propagateSiblingValue()
373 assert(SV.hasDef() && "Propagating undefined value"); in propagateSiblingValue()
391 if (!DepSV.hasDef()) { in propagateSiblingValue()
DRegAllocFast.cpp800 bool hasDef = PhysRegState[Reg] == regReserved; in addRetOperands() local
816 if (hasDef && !MO.isKill()) in addRetOperands()
826 hasDef/*IsKill*/)); in addRetOperands()
DMachineVerifier.cpp1365 bool hasDef = false; in verifyLiveIntervalValue() local
1378 hasDef = true; in verifyLiveIntervalValue()
1383 if (!hasDef) { in verifyLiveIntervalValue()