Searched refs:InsertNewValueIntoMap (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 87 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap() function 386 InsertNewValueIntoMap(ValueMap, PN, in rotateLoop() 458 InsertNewValueIntoMap(ValueMap, Inst, V); in rotateLoop() 464 InsertNewValueIntoMap(ValueMap, Inst, C); in rotateLoop() 476 InsertNewValueIntoMap(ValueMapMSSA, Inst, C); in rotateLoop() 559 InsertNewValueIntoMap(ValueMapMSSA, OrigHeader, OrigPreheader); in rotateLoop()
|