Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallBrPrepare.cpp79 SmallVector<CallBrInst *, 2> CBRs = FindCallBrs(Fn); in run() local
108 SmallVector<CallBrInst *, 2> CBRs; FindCallBrs() local
116 SplitCriticalEdges(ArrayRef<CallBrInst * > CBRs,DominatorTree & DT) SplitCriticalEdges() argument
138 InsertIntrinsicCalls(ArrayRef<CallBrInst * > CBRs,DominatorTree & DT) InsertIntrinsicCalls() argument
222 SmallVector<CallBrInst *, 2> CBRs = FindCallBrs(Fn); runOnFunction() local
[all...]