Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp600 UniqueVector<BasicBlock *> ComplexEdgeSuccs; in emitProfileArcs() local
630 ComplexEdgeSuccs.insert(TI->getSuccessor(i)); in emitProfileArcs()
640 ComplexEdgePreds, ComplexEdgeSuccs); in emitProfileArcs()
648 for (int i = 0, e = ComplexEdgeSuccs.size(); i != e; ++i) { in emitProfileArcs()
650 IRBuilder<> Builder(ComplexEdgeSuccs[i+1]->getFirstInsertionPt()); in emitProfileArcs()