Searched refs:CBRs (Results 1 – 1 of 1) sorted by relevance
57 static bool SplitCriticalEdges(ArrayRef<CallBrInst *> CBRs, DominatorTree &DT);58 static bool InsertIntrinsicCalls(ArrayRef<CallBrInst *> CBRs,79 SmallVector<CallBrInst *, 2> CBRs = FindCallBrs(Fn); in run() local81 if (CBRs.empty()) in run()86 Changed |= SplitCriticalEdges(CBRs, DT); in run()87 Changed |= InsertIntrinsicCalls(CBRs, DT); in run()110 SmallVector<CallBrInst *, 2> CBRs; in FindCallBrs() local114 CBRs.push_back(CBR); in FindCallBrs()115 return CBRs; in FindCallBrs()118 bool SplitCriticalEdges(ArrayRef<CallBrInst *> CBRs, DominatorTree &DT) { in SplitCriticalEdges() argument[all …]