Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h936 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp836 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() function in __anon15de256c0411::CFGBuilder
837 B->appendLoopExit(LoopStmt, cfg->getBumpVectorContext()); in appendLoopExit()
1603 appendLoopExit(Block, LoopStmt); in addLoopExit()