Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp155 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive()
267 const LiveVariables::LivenessValues &Live) { in CheckVarDecl()
287 const LiveVariables::LivenessValues& Live) { in CheckDeclRef()
316 const LiveVariables::LivenessValues &Live) override { in observeStmt()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h73 enum Liveness { Live, MaybeLive }; enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp80 bool Live = false; member
89 bool Live = false; member
H A DRewriteStatepointsForGC.cpp2046 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca()
2868 SmallVector<Value *, 128> Live; in insertParsePoints() local
3277 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp368 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveVariables.cpp443 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
H A DRDFLiveness.cpp926 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5848 bool Live = false; in isLRAvailable() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp4593 const Expr *Live = E->getTrueExpr(), *Dead = E->getFalseExpr(); in HandleConditionalOperatorLValueSimpleCase() local
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1107 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local