Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h73 enum Liveness { Live, MaybeLive }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp78 bool Live = false; member
87 bool Live = false; member
H A DRewriteStatepointsForGC.cpp2013 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca()
2835 SmallVector<Value *, 128> Live; in insertParsePoints() local
3250 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp362 bool Live = !LPR.available(Op.getReg()); in genMuxInBlock() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp465 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
H A DRDFLiveness.cpp932 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5850 bool Live = false; in isLRAvailable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5058 const Expr *Live = E->getTrueExpr(), *Dead = E->getFalseExpr(); in HandleConditionalOperatorLValueSimpleCase() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1163 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local