Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp308 bool visitBuiltinCall(CallInst &I, Intrinsic::ID ID, bool &WroteCallee);
2910 bool WroteCallee = false; in visitCallInst() local
2915 if (visitBuiltinCall(I, ID, WroteCallee)) in visitCallInst()
2935 if (!WroteCallee) { in visitCallInst()
3016 bool &WroteCallee) { in visitBuiltinCall() argument
3029 WroteCallee = true; in visitBuiltinCall()