Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive()
210 const LiveVariables::LivenessValues &Live) { in CheckVarDecl()
230 const LiveVariables::LivenessValues& Live) { in CheckDeclRef()
259 const LiveVariables::LivenessValues &Live) override { in observeStmt()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp86 enum Liveness { Live, MaybeLive }; enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp445 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local