Searched refs:WroteCallee (Results 1 – 1 of 1) sorted by relevance
308 bool visitBuiltinCall(CallInst &I, Intrinsic::ID ID, bool &WroteCallee);2910 bool WroteCallee = false; in visitCallInst() local2915 if (visitBuiltinCall(I, ID, WroteCallee)) in visitCallInst()2935 if (!WroteCallee) { in visitCallInst()3016 bool &WroteCallee) { in visitBuiltinCall() argument3029 WroteCallee = true; in visitBuiltinCall()