Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h73 enum Liveness { Live, MaybeLive }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp78 bool Live = false; member
87 bool Live = false; member
[all...]
H A DRewriteStatepointsForGC.cpp2012 relocationViaAlloca(Function & F,DominatorTree & DT,ArrayRef<Value * > Live,ArrayRef<PartiallyConstructedSafepointRecord> Records) relocationViaAlloca() argument
2833 SmallVector<Value *, 128> Live; insertParsePoints() local
3249 checkBasicSSA(DominatorTree & DT,SetVector<Value * > & Live,Instruction * TI,bool TermOkay=false) checkBasicSSA() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp368 bool Live = IsLive(Op.getReg()); genMuxInBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp434 SmallSet<unsigned, 32> Live; HandlePhysRegDef() local
H A DRDFLiveness.cpp932 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5849 bool Live = false; isLRAvailable() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4998 const Expr *Live = E->getTrueExpr(), *Dead = E->getFalseExpr(); HandleConditionalOperatorLValueSimpleCase() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1104 bool Live = (RawFlags & 0x2) || Version < 3; getDecodedGVSummaryFlags() local