HomeSort by: relevance | last modified time | path
    Searched defs:getLoopsInPreorder (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfoImpl.h 577 SmallVector<LoopT *, 4> LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() {
585 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder();
LoopInfo.h 361 SmallVector<const LoopT *, 4> getLoopsInPreorder() const {
368 SmallVector<LoopT *, 4> getLoopsInPreorder() {
950 SmallVector<LoopT *, 4> getLoopsInPreorder();

Completed in 28 milliseconds