Searched defs:Live (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h74 enum Liveness { Live, MaybeLive }; enumerator in enum:llvm::DeadArgumentEliminationPass::Liveness
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; member in struct:llvm::yaml::FunctionSummaryYaml
H A DModuleSummaryIndex.h306 unsigned Live : 1; member in struct:llvm::CalleeInfo::GlobalValueSummary::GVFlags
403 void setLive(bool Live) { Flags.Live = Live; } argument
324 GVFlags(GlobalValue::LinkageTypes Linkage, bool NotEligibleToImport, bool Live, bool IsLocal, bool CanAutoHide) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp79 bool Live = false; member in struct:__anon4606::InstInfoType
88 bool Live = false; member in struct:__anon4606::BlockInfoType
[all...]
H A DRewriteStatepointsForGC.cpp2398 SmallVector<Value *, 128> Live; local
1745 relocationViaAlloca( Function &F, DominatorTree &DT, ArrayRef<Value *> Live, ArrayRef<PartiallyConstructedSafepointRecord> Records) argument
2758 checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, Instruction *TI, bool TermOkay = false) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp374 bool Live = IsLive(Op.getReg()); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp157 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { argument
267 CheckVarDecl(const VarDecl *VD, const Expr *Ex, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues &Live) argument
288 CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues& Live) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp446 SmallSet<unsigned, 32> Live; local

Completed in 460 milliseconds