Home
last modified time | relevance | path

Searched refs:BoxedLoopsSetTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h111 using BoxedLoopsSetTy = llvm::SetVector<const llvm::Loop *>; variable
481 const BoxedLoopsSetTy &BoxedLoops);
491 const BoxedLoopsSetTy &BoxedLoops);
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp629 const BoxedLoopsSetTy &BoxedLoops) { in getFirstNonBoxedLoopFor()
637 const BoxedLoopsSetTy &BoxedLoops) { in getFirstNonBoxedLoopFor()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h177 BoxedLoopsSetTy BoxedLoopsSet;
H A DScopInfo.h2382 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops()