Home
last modified time | relevance | path

Searched defs:hasDef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackMaps.h54 bool hasDef() const { return HasDef; } in hasDef() function
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp127 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function
DMachineVerifier.cpp1475 bool hasDef = false; in verifyLiveRangeValue() local