Home
last modified time | relevance | path

Searched defs:removeChildLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h396 LoopT *removeChildLoop(iterator I) { in removeChildLoop() function
408 LoopT *removeChildLoop(LoopT *Child) { in removeChildLoop() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1196 void LoopInterchangeTransform::removeChildLoop(Loop *OuterLoop, in removeChildLoop() function in LoopInterchangeTransform