Home
last modified time | relevance | path

Searched refs:InsertIntrinsicCalls (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallBrPrepare.cpp58 static bool InsertIntrinsicCalls(ArrayRef<CallBrInst *> CBRs,
87 Changed |= InsertIntrinsicCalls(CBRs, DT); in run()
138 bool InsertIntrinsicCalls(ArrayRef<CallBrInst *> CBRs, DominatorTree &DT) { in InsertIntrinsicCalls() function
246 if (InsertIntrinsicCalls(CBRs, *DT)) in runOnFunction()