Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h157 void InsertCall(Instruction *I) { RRI.Calls.insert(I); } in InsertCall() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp124 static CallInst *InsertCall(BuilderTy &IRB, bool MayReturn, StringRef Name) { in InsertCall() function