Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h52 bool hasDef() const { return HasDef; } in hasDef() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp127 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function
H A DMachineVerifier.cpp1429 bool hasDef = false; in verifyLiveRangeValue() local