Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1642 Instruction *MoveI = II->getNextNonDebugInstruction(); in visitCallInst() local
1643 while (MoveI != NextInst) { in visitCallInst()
1644 auto *Temp = MoveI; in visitCallInst()
1645 MoveI = MoveI->getNextNonDebugInstruction(); in visitCallInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4184 Instruction *MoveI = II->getNextNonDebugInstruction(); in visitCallInst() local
4185 while (MoveI != NextInst) { in visitCallInst()
4186 auto *Temp = MoveI; in visitCallInst()
4187 MoveI = MoveI->getNextNonDebugInstruction(); in visitCallInst()