Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp135 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
137 while (BlockIter != MBB.end()) { in runOnMachineFunction()
138 auto &MI = *BlockIter++; in runOnMachineFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp135 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
137 while (BlockIter != MBB.end()) { in runOnMachineFunction()
138 auto &MI = *BlockIter++; in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp499 auto BlockIter = MBB->begin(); in combineInstructions() local
500 decltype(BlockIter) LastUpdate; in combineInstructions()
509 while (BlockIter != MBB->end()) { in combineInstructions()
510 auto &MI = *BlockIter++; in combineInstructions()
578 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
579 LastUpdate = BlockIter; in combineInstructions()
607 LastUpdate = BlockIter; in combineInstructions()
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp359 auto BlockIter = MBB->begin(); in combineInstructions() local
363 while (BlockIter != MBB->end()) { in combineInstructions()
364 auto &MI = *BlockIter++; in combineInstructions()