Searched defs:Live (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 155 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 D | DeadArgumentElimination.h | 73 enum Liveness { Live, MaybeLive }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 80 bool Live = false; member 89 bool Live = false; member
|
H A D | RewriteStatepointsForGC.cpp | 2046 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 D | HexagonGenMux.cpp | 368 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 443 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
|
H A D | RDFLiveness.cpp | 926 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 5848 bool Live = false; in isLRAvailable() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 4593 const Expr *Live = E->getTrueExpr(), *Dead = E->getFalseExpr(); in HandleConditionalOperatorLValueSimpleCase() local
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1107 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local
|