Home
last modified time | relevance | path

Searched refs:BlockIt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp47 typedef Block::iterator BlockIt; typedef in __anon2820d3fe0111::AVRExpandPseudo
53 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 …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp41 auto BlockIt = CFCtx.getStmtToBlock().find(&ignoreCFGOmittedNodes(S)); in getEnvironment() local
42 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()