Home
last modified time | relevance | path

Searched defs:CBRs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallBrPrepare.cpp79 SmallVector<CallBrInst *, 2> CBRs = FindCallBrs(Fn); in run() local
110 SmallVector<CallBrInst *, 2> CBRs; in FindCallBrs() local
118 bool SplitCriticalEdges(ArrayRef<CallBrInst *> CBRs, DominatorTree &DT) { in SplitCriticalEdges()
140 bool InsertIntrinsicCalls(ArrayRef<CallBrInst *> CBRs, DominatorTree &DT) { in InsertIntrinsicCalls()
224 SmallVector<CallBrInst *, 2> CBRs = FindCallBrs(Fn); in runOnFunction() local