Searched defs:AddCalls (Results 1 – 4 of 4) sorted by relevance
863 void IRContext::AddCalls(const Function* func, std::queue<uint32_t>* todo) { in AddCalls() function in spvtools::opt::IRContext
905 static bool AddCalls(VTableSlotInfo &SlotInfo, const ValueInfo &Callee) { in AddCalls() function917 auto AddCalls = [&](CallSiteInfo &CSInfo) { in AddCalls() local