Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp48 typedef Block::iterator BlockIt; typedef in __anon59414d380111::AVRExpandPseudo
59 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 …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp115 auto BlockIt = BB2VPBB.find(BB); in getOrCreateVPBB() local
116 if (BlockIt != BB2VPBB.end()) in getOrCreateVPBB()
118 return BlockIt->second; in getOrCreateVPBB()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp50 auto BlockIt = CFCtx.getStmtToBlock().find(&ignoreCFGOmittedNodes(S)); in getEnvironment() local
51 assert(BlockIt != CFCtx.getStmtToBlock().end()); in getEnvironment()
52 const auto &State = BlockToState[BlockIt->getSecond()->getBlockID()]; in getEnvironment()