Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h57 size_t NumExitBlocks = 0; in getExitBlocks() local
61 for (size_t Idx = NumExitBlocks, End = TmpStorage.size(); Idx < End; in getExitBlocks()
65 auto ExitEndIt = TmpStorage.begin() + NumExitBlocks; in getExitBlocks()
67 TmpStorage[NumExitBlocks++] = Succ; in getExitBlocks()
71 TmpStorage.resize(NumExitBlocks); in getExitBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1224 size_t NumExitBlocks = 0; in verifyInput() local
1228 NumExitBlocks++; in verifyInput()
1230 assert(NumExitBlocks > 0 && "cannot find exit blocks"); in verifyInput()