Lines Matching refs:getEntryBlock
507 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule()
515 IRBuilder<> IRBCtor(Ctor->getEntryBlock().getTerminator()); in instrumentModule()
562 if (Options.NoPrune || &F.getEntryBlock() == BB) in shouldInstrumentBlock()
566 &F.getEntryBlock() != BB) in shouldInstrumentBlock()
620 if (isa<UnreachableInst>(F.getEntryBlock().getTerminator())) in instrumentFunction()
739 IRBuilder<> IRB(&*F.getEntryBlock().getFirstInsertionPt()); in CreatePCArray()
741 if (&F.getEntryBlock() == AllBlocks[i]) { in CreatePCArray()
948 bool IsEntryBB = &BB == &F.getEntryBlock(); in InjectCoverageAtBlock()
1049 IRBuilder<> IRB(&*F.getEntryBlock().getFirstInsertionPt()); in createFunctionControlFlow()
1053 if (&BB == &F.getEntryBlock()) in createFunctionControlFlow()
1060 assert(SuccBB != &F.getEntryBlock()); in createFunctionControlFlow()