Searched defs:Live (Results 1 – 7 of 7) sorted by relevance
147 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()
51 struct live_intervals Live[4]; member
1712 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca()2448 SmallVector<Value *, 128> Live; in insertParsePoints() local2754 static void checkBasicSSA(DominatorTree &DT, DenseSet<Value *> &Live, in checkBasicSSA()
446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
87 enum Liveness { Live, MaybeLive }; enumerator
211 BlockSet Live; in Calculate() member