Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp47 typedef Block::iterator BlockIt; typedef in __anon853ae23f0111::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);
74 template <typename Func> bool expandAtomic(Block &MBB, BlockIt MBBI, Func f);
77 bool expandAtomicBinaryOp(unsigned Opcode, Block &MBB, BlockIt MBBI, Func f);
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp52 auto BlockIt = CFCtx.getStmtToBlock().find(&ignoreCFGOmittedNodes(S)); in getEnvironment() local
53 assert(BlockIt != CFCtx.getStmtToBlock().end()); in getEnvironment()
54 const auto &State = BlockToState[BlockIt->getSecond()->getBlockID()]; in getEnvironment()