Searched refs:BlockIt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 49 typedef Block::iterator BlockIt; typedef in __anonf1f39f8d0111::AVRExpandPseudo 60 bool expandMI(Block &MBB, BlockIt MBBI); 75 bool expandLogic(unsigned Op, Block &MBB, BlockIt MBBI); 76 bool expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI); 80 bool expandAtomic(Block &MBB, BlockIt MBBI, Func f); 90 BlockIt MBBI); 101 BlockIt MBBI = MBB.begin(), E = MBB.end(); in expandMBB() 103 BlockIt NMBBI = std::next(MBBI); in expandMBB() 174 expandLogic(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogic() 221 expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogicImm() [all …]
|
| H A D | AVRRelaxMemOperations.cpp | 45 typedef Block::iterator BlockIt; typedef in __anon8cc33d6b0111::AVRRelaxMem 49 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI); 52 bool runOnInstruction(Block &MBB, BlockIt MBBI); 54 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 78 BlockIt MBBI = MBB.begin(), E = MBB.end(); in runOnBasicBlock() 80 BlockIt NMBBI = std::next(MBBI); in runOnBasicBlock() 89 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { in relax() 125 bool AVRRelaxMem::runOnInstruction(Block &MBB, BlockIt MBBI) { in runOnInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHCFGBuilder.cpp | 109 auto BlockIt = BB2VPBB.find(BB); in getOrCreateVPBB() local 110 if (BlockIt != BB2VPBB.end()) in getOrCreateVPBB() 112 return BlockIt->second; in getOrCreateVPBB()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1433 auto BlockIt = BB.begin(); in extractCodeRegion() local 1435 while (BlockIt != BB.end()) { in extractCodeRegion() 1436 Instruction *Inst = &*BlockIt; in extractCodeRegion() 1437 ++BlockIt; in extractCodeRegion()
|