Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp994 SmallVector<IntrinsicInst *, 16> LifetimeEnds; in Visit() local
1002 LifetimeEnds.push_back(cast<IntrinsicInst>(&I)); in Visit()
1017 LowerMatrixMultiplyFused(CI, FusedInsts, LifetimeEnds); in Visit()
1866 SmallVector<IntrinsicInst *, 16> &LifetimeEnds) { in LowerMatrixMultiplyFused() argument
1967 for (unsigned Idx = 0; Idx != LifetimeEnds.size();) { in LowerMatrixMultiplyFused()
1968 IntrinsicInst *End = LifetimeEnds[Idx]; in LowerMatrixMultiplyFused()
1999 std::swap(LifetimeEnds[Idx], LifetimeEnds.back()); in LowerMatrixMultiplyFused()
2000 LifetimeEnds.pop_back(); in LowerMatrixMultiplyFused()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h63 LifetimeEnds, enumerator
295 : CFGElement(LifetimeEnds, var, stmt) {} in CFGLifetimeEnds()
311 return elem.getKind() == LifetimeEnds; in isKind()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp389 case CFGElement::LifetimeEnds: in builtinTransfer()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp570 case CFGElement::LifetimeEnds: in getLocationForCaller()
H A DCFG.cpp5293 case CFGElement::LifetimeEnds: in getDestructorDecl()
5848 case CFGElement::Kind::LifetimeEnds: in print_elem()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp995 case CFGElement::LifetimeEnds: in processCFGElement()