Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEscapeEnumerator.h33 Function::iterator StateBB, StateE; variable
43 : F(F), CleanupBBName(N), StateBB(F.begin()), StateE(F.end()), in F()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp35 while (StateBB != StateE) { in Next()