Home
last modified time | relevance | path

Searched defs:IsParallel (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIRBuilder.cpp104 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop()
117 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop()
131 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h80 bool IsParallel = false; member
/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp72 bool IsParallel; in checkParallel() local
H A DDependenceInfo.cpp716 bool IsParallel; in isParallel() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.h41 bool IsParallel; member
H A DCGLoopInfo.cpp447 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes()