Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp158 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive()
270 const LiveVariables::LivenessValues &Live) { in CheckVarDecl()
290 const LiveVariables::LivenessValues& Live) { in CheckDeclRef()
319 const LiveVariables::LivenessValues &Live) override { in observeStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h74 enum Liveness { Live, MaybeLive }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp80 bool Live = false; member
89 bool Live = false; member
H A DRewriteStatepointsForGC.cpp1902 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca()
2553 SmallVector<Value *, 128> Live; in insertParsePoints() local
2943 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp374 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp444 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
H A DRDFLiveness.cpp929 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5732 bool Live = false; in isLRAvailable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp987 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local