Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp883 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local
901 if (!IsAnnotatedParallel) in blockCanBePredicated()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1786 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local
1810 if (!Ld || (!Ld->isSimple() && !IsAnnotatedParallel)) { in analyzeLoop()
1834 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()
1899 if (IsAnnotatedParallel) { in analyzeLoop()