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