Home
last modified time | relevance | path

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

/external/llvm/lib/Target/CBackend/
DCBackend.cpp316 bool visitBuiltinCall(CallInst &I, Intrinsic::ID ID, bool &WroteCallee);
2912 bool WroteCallee = false; in visitCallInst() local
2917 if (visitBuiltinCall(I, ID, WroteCallee)) in visitCallInst()
2937 if (!WroteCallee) { in visitCallInst()
3018 bool &WroteCallee) { in visitBuiltinCall() argument
3031 WroteCallee = true; in visitBuiltinCall()