Searched defs:hasDef (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSpiller.cpp107 bool hasDef = false; local
113 hasDef |= mi->getOperand(i).isDef();
129 assert(hasUse || hasDef);
142 if (hasDef) {
H A DInlineSpiller.cpp128 bool hasDef() const { return DefByOrigPHI || DefMI; } function in struct:__anon25751::InlineSpiller::SibValueInfo
361 if (!SVI->second.hasDef())
380 assert(SV.hasDef() && "Propagating undefined value");
398 if (!DepSV.hasDef()) {
H A DMachineVerifier.cpp1398 bool hasDef = false; local
1411 hasDef = true;
1416 if (!hasDef) {
/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h52 bool hasDef() const { return HasDef; } function in class:llvm::PatchPointOpers

Completed in 169 milliseconds