Searched refs:BlockIt (Results 1 – 2 of 2) sorted by relevance
47 typedef Block::iterator BlockIt; typedef in __anon2820d3fe0111::AVRExpandPseudo53 bool expandMI(Block &MBB, BlockIt MBBI);83 bool expandLSLB7Rd(Block &MBB, BlockIt MBBI);84 bool expandLSRB7Rd(Block &MBB, BlockIt MBBI);85 bool expandASRB6Rd(Block &MBB, BlockIt MBBI);86 bool expandASRB7Rd(Block &MBB, BlockIt MBBI);89 bool expandLSLW4Rd(Block &MBB, BlockIt MBBI);90 bool expandLSRW4Rd(Block &MBB, BlockIt MBBI);105 bool expandROLBRd(Block &MBB, BlockIt MBBI);113 BlockIt MBBI = MBB.begin(), E = MBB.end(); in expandMBB()[all …]
41 auto BlockIt = CFCtx.getStmtToBlock().find(&ignoreCFGOmittedNodes(S)); in getEnvironment() local42 assert(BlockIt != CFCtx.getStmtToBlock().end()); in getEnvironment()43 if (!CFCtx.isBlockReachable(*BlockIt->getSecond())) in getEnvironment()45 if (BlockIt->getSecond()->getBlockID() == CurBlockID) in getEnvironment()47 const auto &State = BlockToState[BlockIt->getSecond()->getBlockID()]; in getEnvironment()