Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DCloning.cpp333 inst_iterator NewIter = inst_begin(NewFunc); in TEST_F() local
370 inst_iterator NewIter = inst_begin(NewFunc); in TEST_F() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp142 static void CloneLoopBlocks(Loop *L, Value *NewIter, const bool UnrollProlog, in CloneLoopBlocks()