Searched refs:BlockIt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 47 typedef Block::iterator BlockIt; typedef in __anon0c359c080111::AVRExpandPseudo 53 bool expandMI(Block &MBB, BlockIt MBBI); 54 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 56 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 60 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode, in buildMI() 69 bool expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, BlockIt MBBI); 70 bool expandLogic(unsigned Op, Block &MBB, BlockIt MBBI); 71 bool expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI); 75 template <typename Func> bool expandAtomic(Block &MBB, BlockIt MBBI, Func f); 78 bool expandAtomicBinaryOp(unsigned Opcode, Block &MBB, BlockIt MBBI, Func f); [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 43 auto BlockIt = ACFG.getStmtToBlock().find(&ignoreCFGOmittedNodes(S)); in getEnvironment() local 44 if (BlockIt == ACFG.getStmtToBlock().end()) { in getEnvironment() 49 if (!ACFG.isBlockReachable(*BlockIt->getSecond())) in getEnvironment() 51 if (BlockIt->getSecond()->getBlockID() == CurBlockID) in getEnvironment() 53 const auto &State = BlockToState[BlockIt->getSecond()->getBlockID()]; in getEnvironment()
|