Searched refs:IsAnnotatedParallel (Results 1 – 2 of 2) sorted by relevance
1801 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in analyzeLoop() local1852 if (!Ld->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()1876 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop()1956 if (IsAnnotatedParallel) { in analyzeLoop()
918 const bool IsAnnotatedParallel = TheLoop->isAnnotatedParallel(); in blockCanBePredicated() local950 if (!IsAnnotatedParallel || PreserveGuards) in blockCanBePredicated()