Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/Support/
DScopHelper.h106 using BoxedLoopsSetTy = llvm::SetVector<const llvm::Loop *>; variable
512 const BoxedLoopsSetTy &BoxedLoops);
522 const BoxedLoopsSetTy &BoxedLoops);
/external/llvm-project/polly/lib/Support/
DScopHelper.cpp675 const BoxedLoopsSetTy &BoxedLoops) { in getFirstNonBoxedLoopFor()
683 const BoxedLoopsSetTy &BoxedLoops) { in getFirstNonBoxedLoopFor()
/external/llvm-project/polly/include/polly/
DScopDetection.h155 BoxedLoopsSetTy BoxedLoopsSet;
DScopInfo.h2398 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops()