Lines Matching refs:getEntryBlock
503 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule()
511 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule()
558 if (Options.NoPrune || &F.getEntryBlock() == BB) in shouldInstrumentBlock()
562 &F.getEntryBlock() != BB) in shouldInstrumentBlock()
618 if (isa<UnreachableInst>(F.getEntryBlock().getTerminator())) in instrumentFunction()
733 IRBuilder<> IRB(&*F.getEntryBlock().getFirstInsertionPt()); in CreatePCArray()
735 if (&F.getEntryBlock() == AllBlocks[i]) { in CreatePCArray()
942 bool IsEntryBB = &BB == &F.getEntryBlock(); in InjectCoverageAtBlock()
1040 IRBuilder<> IRB(&*F.getEntryBlock().getFirstInsertionPt()); in createFunctionControlFlow()
1044 if (&BB == &F.getEntryBlock()) in createFunctionControlFlow()
1051 assert(SuccBB != &F.getEntryBlock()); in createFunctionControlFlow()