Searched defs:IsInSet (Results 1 – 2 of 2) sorted by relevance
730 bool IsInSet(char ch, const char* str) { IsInSet() function
5343 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; runSROA() local