Home
last modified time | relevance | path

Searched refs:LifetimeEnds (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1112 SmallVector<IntrinsicInst *, 16> LifetimeEnds; in Visit() local
1120 LifetimeEnds.push_back(cast<IntrinsicInst>(&I)); in Visit()
1136 LowerMatrixMultiplyFused(CI, FusedInsts, LifetimeEnds); in Visit()
2051 SmallVector<IntrinsicInst *, 16> &LifetimeEnds) { in LowerMatrixMultiplyFused() argument
2153 for (unsigned Idx = 0; Idx != LifetimeEnds.size();) { in LowerMatrixMultiplyFused()
2154 IntrinsicInst *End = LifetimeEnds[Idx]; in LowerMatrixMultiplyFused()
2185 std::swap(LifetimeEnds[Idx], LifetimeEnds.back()); in LowerMatrixMultiplyFused()
2186 LifetimeEnds.pop_back(); in LowerMatrixMultiplyFused()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h63 LifetimeEnds, enumerator
296 : CFGElement(LifetimeEnds, var, stmt) {} in CFGLifetimeEnds()
312 return elem.getKind() == LifetimeEnds; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp96 case CFGElement::LifetimeEnds: in getStmt()
H A DExprEngine.cpp995 case CFGElement::LifetimeEnds: in processCFGElement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp404 case CFGElement::LifetimeEnds: in builtinTransfer()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp565 case CFGElement::LifetimeEnds: in getLocationForCaller()
H A DCFG.cpp5402 case CFGElement::LifetimeEnds: in getDestructorDecl()
5960 case CFGElement::Kind::LifetimeEnds: in print_elem()