Searched refs:PrevItValueMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp368 DenseMap<Value *, Value *> PrevItValueMap; local
401 PrevItValueMap[New] = (It == 1 ? *BB : LastValueMap[*BB]);
405 PrevItValueMap[VI->second] =
448 if (Value *PrevValue = PrevItValueMap[OldValue])

Completed in 57 milliseconds