Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp94 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap() function
384 InsertNewValueIntoMap(ValueMap, PN, in rotateLoop()
457 InsertNewValueIntoMap(ValueMap, Inst, V); in rotateLoop()
463 InsertNewValueIntoMap(ValueMap, Inst, C); in rotateLoop()
475 InsertNewValueIntoMap(ValueMapMSSA, Inst, C); in rotateLoop()
558 InsertNewValueIntoMap(ValueMapMSSA, OrigHeader, OrigPreheader); in rotateLoop()