Searched refs:shouldCreateCalloc (Results 1 – 1 of 1) sorted by relevance
2049 auto shouldCreateCalloc = [](CallInst *Malloc, CallInst *Memset) { in tryFoldIntoCalloc() local2070 if (!shouldCreateCalloc(Malloc, MemSet) || !DT.dominates(Malloc, MemSet) || in tryFoldIntoCalloc()