Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp160 static bool doesContainLoop(const Loop *L, const Loop *OuterLoop) { in doesContainLoop() function
190 if (!LoopOfBB || !doesContainLoop(LoopOfBB, TheLoop)) in getOrCreateVPBB()