Home
last modified time | relevance | path

Searched refs:appendLifetimeEnds (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp863 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendLifetimeEnds() function in __anon4992f0f40411::CFGBuilder
864 B->appendLifetimeEnds(VD, S, cfg->getBumpVectorContext()); in appendLifetimeEnds()
1799 appendLifetimeEnds(Block, *I, S); in addLifetimeEnds()
1805 appendLifetimeEnds(Block, *I, S); in addLifetimeEnds()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h1155 void appendLifetimeEnds(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendLifetimeEnds() function