Searched refs:createCallInstWithColors (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.cpp | 24 CallInst *objcarc::createCallInstWithColors( in createCallInstWithColors() function in objcarc 89 createCallInstWithColors(Func, CallArg, "", InsertPt, BlockColors); in insertRVCallWithColors()
|
H A D | ObjCARC.h | 100 CallInst *createCallInstWithColors(
|
H A D | ObjCARCContract.cpp | 390 objcarc::createCallInstWithColors(Decl, Args, "", Store, BlockColors); in tryToContractReleaseIntoStoreStrong() 475 objcarc::createCallInstWithColors(IA, std::nullopt, "", Inst, in tryToPeepholeInstruction()
|