Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp80 auto NewIter = M.find(&New); in FindDominatedInstruction()
81 if (NewIter == M.end()) in FindDominatedInstruction()
86 unsigned OrderNew = NewIter->second; in FindDominatedInstruction()
79 auto NewIter = M.find(&New); FindDominatedInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp339 CloneLoopBlocks(Loop *L, Value *NewIter, const bool UseEpilogRemainder, in CloneLoopBlocks() argument
392 PHINode::Create(NewIter->getType(), 2, suffix + ".iter"); in CloneLoopBlocks()
398 Value *IdxCmp = Builder.CreateICmpNE(IdxNext, NewIter, NewIdx->getName() + ".cmp"); in CloneLoopBlocks()