Searched refs:SplitEdgeTBB (Results 1 – 1 of 1) sorted by relevance
258 MachineBasicBlock *SplitEdgeTBB = MBB.SplitCriticalEdge(TBB, *this); in instrumentControlFlow() local261 assert(SplitEdgeTBB != nullptr); in instrumentControlFlow()268 insertTrackingCode(*SplitEdgeTBB, CondCode, DL); in instrumentControlFlow()271 LLVM_DEBUG(dbgs() << "SplitEdgeTBB: " << *SplitEdgeTBB << "\n"); in instrumentControlFlow()