Searched defs:Live (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 158 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 D | DeadArgumentElimination.h | 74 enum Liveness { Live, MaybeLive }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 80 bool Live = false; member 89 bool Live = false; member
|
H A D | RewriteStatepointsForGC.cpp | 1902 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 D | HexagonGenMux.cpp | 374 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 444 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
|
H A D | RDFLiveness.cpp | 929 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 5732 bool Live = false; in isLRAvailable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 987 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local
|