Searched refs:entryBlock (Results 1 – 5 of 5) sorted by relevance
53 BasicBlock* entryBlock = F->begin(); in unswitchFunction() local54 BranchInst *BR = dyn_cast<BranchInst>(entryBlock->getTerminator()); in unswitchFunction()61 for (succ_iterator SI = succ_begin(entryBlock), SE = succ_end(entryBlock); in unswitchFunction()78 BasicBlock* newEntryBlock = cast<BasicBlock>(VMap[entryBlock]); in unswitchFunction()
64 PHashTableEntryBlock *entryBlock; member123 tmp->entryBlock = NULL; in PHashTableCreate()136 block = table->entryBlock; in PHashTableDestroy()378 block->next = table->entryBlock; in PHashTablePutValue()379 table->entryBlock = block; in PHashTablePutValue()
118 SsaBasicBlock entryBlock = ssaMeth.getEntryBlock(); in run() local120 = entryBlock.getPrimarySuccessor(); in run()124 = entryBlock.insertNewSuccessor(successorBlock); in run()
182 SsaBasicBlock entryBlock in convertRopToSsaBlocks() local185 entryBlockIndex = entryBlock.getIndex(); in convertRopToSsaBlocks()
1153 llvm::BasicBlock *entryBlock = llvm::BasicBlock::Create(context, in createCatchWrappedInvokeFunction() local1220 builder.SetInsertPoint(entryBlock); in createCatchWrappedInvokeFunction()1417 llvm::BasicBlock *entryBlock = llvm::BasicBlock::Create(context, in createThrowExceptionFunction() local1441 builder.SetInsertPoint(entryBlock); in createThrowExceptionFunction()