Home
last modified time | relevance | path

Searched refs:annotateLoopLatch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIRBuilder.h62 void annotateLoopLatch(llvm::BranchInst *B, llvm::Loop *L, bool IsParallel,
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIRBuilder.cpp131 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() function in ScopAnnotator
H A DLoopGenerators.cpp163 Annotator->annotateLoopLatch(B, NewLoop, Parallel, LoopVectDisabled); in createLoop()