Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DCFG.cpp861 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendLifetimeEnds() function in __anon875bb5ad0411::CFGBuilder
862 B->appendLifetimeEnds(VD, S, cfg->getBumpVectorContext()); in appendLifetimeEnds()
1797 appendLifetimeEnds(Block, *I, S); in addLifetimeEnds()
1803 appendLifetimeEnds(Block, *I, S); in addLifetimeEnds()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1154 void appendLifetimeEnds(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendLifetimeEnds() function