Searched refs:InsertNewValueIntoMap (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 92 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap() function 543 InsertNewValueIntoMap(ValueMap, PN, in rotateLoop() 696 InsertNewValueIntoMap(ValueMap, Inst, V); in rotateLoop() 702 InsertNewValueIntoMap(ValueMap, Inst, C); in rotateLoop() 713 InsertNewValueIntoMap(ValueMapMSSA, Inst, C); in rotateLoop() 798 InsertNewValueIntoMap(ValueMapMSSA, OrigHeader, OrigPreheader); in rotateLoop()
|