Searched refs:BlockIt (Results 1 – 3 of 3) sorted by relevance
48 typedef Block::iterator BlockIt; typedef in __anon59414d380111::AVRExpandPseudo59 bool expandMI(Block &MBB, BlockIt MBBI);88 bool expandLSLB7Rd(Block &MBB, BlockIt MBBI);89 bool expandLSRB7Rd(Block &MBB, BlockIt MBBI);90 bool expandASRB6Rd(Block &MBB, BlockIt MBBI);91 bool expandASRB7Rd(Block &MBB, BlockIt MBBI);94 bool expandLSLW4Rd(Block &MBB, BlockIt MBBI);95 bool expandLSRW4Rd(Block &MBB, BlockIt MBBI);96 bool expandASRW7Rd(Block &MBB, BlockIt MBBI);117 BlockIt MBBI = MBB.begin(), E = MBB.end(); in expandMBB()[all …]
115 auto BlockIt = BB2VPBB.find(BB); in getOrCreateVPBB() local116 if (BlockIt != BB2VPBB.end()) in getOrCreateVPBB()118 return BlockIt->second; in getOrCreateVPBB()
50 auto BlockIt = CFCtx.getStmtToBlock().find(&ignoreCFGOmittedNodes(S)); in getEnvironment() local51 assert(BlockIt != CFCtx.getStmtToBlock().end()); in getEnvironment()52 const auto &State = BlockToState[BlockIt->getSecond()->getBlockID()]; in getEnvironment()