Searched refs:LLVMBBToBB (Results 1 – 3 of 3) sorted by relevance
21 struct LLVMBBToBB { struct23 LLVMBBToBB(Context &Ctx) : Ctx(Ctx) {} in LLVMBBToBB() function51 using iterator = mapped_iterator<llvm::Function::iterator, LLVMBBToBB>;53 LLVMBBToBB BBGetter(Ctx); in begin()57 LLVMBBToBB BBGetter(Ctx); in end()
2397 struct LLVMBBToBB { struct2399 LLVMBBToBB(Context &Ctx) : Ctx(Ctx) {} in LLVMBBToBB() argument2411 mapped_iterator<llvm::PHINode::const_block_iterator, LLVMBBToBB>;2414 LLVMBBToBB BBGetter(Ctx); in block_begin()2419 LLVMBBToBB BBGetter(Ctx); in block_end()
822 BasicBlock *PHINode::LLVMBBToBB::operator()(llvm::BasicBlock *LLVMBB) const { in operator ()()