Searched defs:Live (Results 1 – 7 of 7) sorted by relevance
146 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive()208 const LiveVariables::LivenessValues &Live) { in CheckVarDecl()227 const LiveVariables::LivenessValues& Live) { in CheckDeclRef()256 const LiveVariables::LivenessValues &Live) { in observeStmt()
51 struct live_intervals Live[4]; member
446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
89 enum Liveness { Live, MaybeLive }; enumerator