Searched refs:WroteCallee (Results 1 – 1 of 1) sorted by relevance
316 bool visitBuiltinCall(CallInst &I, Intrinsic::ID ID, bool &WroteCallee);2912 bool WroteCallee = false; in visitCallInst() local2917 if (visitBuiltinCall(I, ID, WroteCallee)) in visitCallInst()2937 if (!WroteCallee) { in visitCallInst()3018 bool &WroteCallee) { in visitBuiltinCall() argument3031 WroteCallee = true; in visitBuiltinCall()