Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp339 inst_iterator NewIter = inst_begin(NewFunc); in TEST_F() local
376 inst_iterator NewIter = inst_begin(NewFunc); in TEST_F() local
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp142 static void CloneLoopBlocks(Loop *L, Value *NewIter, const bool UnrollProlog, in CloneLoopBlocks()