Searched refs:InstrBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp735 BasicBlock *InstrBB = getInstrBB(E); local
736 if (InstrBB)
737 InstrumentBBs.push_back(InstrBB);
785 BasicBlock *InstrBB = SplitCriticalEdge(TI, SuccNum); local
786 if (!InstrBB) {
796 // Need to add two new edges. First one: Add new edge of SrcBB->InstrBB.
797 MST.addEdge(SrcBB, InstrBB, 0);
798 // Second one: Add new edge of InstrBB->DestBB.
799 Edge &NewEdge1 = MST.addEdge(InstrBB, DestBB, 0);
803 return canInstrument(InstrBB);
[all...]

Completed in 53 milliseconds