Searched refs:InsertNewValueIntoMap (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 81 static void InsertNewValueIntoMap(ValueToValueMapTy &VM, Value *K, Value *V) { in InsertNewValueIntoMap() function 310 InsertNewValueIntoMap(ValueMap, PN, in rotateLoop() 369 InsertNewValueIntoMap(ValueMap, Inst, V); in rotateLoop() 375 InsertNewValueIntoMap(ValueMap, Inst, C); in rotateLoop() 388 InsertNewValueIntoMap(ValueMapMSSA, Inst, C); in rotateLoop() 408 InsertNewValueIntoMap(ValueMapMSSA, OrigHeader, OrigPreheader); in rotateLoop()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
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()
|