Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1159 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp869 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() function in __anon8d78c9ed0411::CFGBuilder
870 B->appendLoopExit(LoopStmt, cfg->getBumpVectorContext()); in appendLoopExit()
1739 appendLoopExit(Block, LoopStmt); in addLoopExit()