Searched refs:handleSROA (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp198 bool handleSROA(Value *V, bool DoNotDisable) { function in class:__anon4441::CallAnalyzer
1297 return handleSROA(I.getOperand(0), isa<ConstantPointerNull>(I.getOperand(1)));
1388 if (handleSROA(I.getPointerOperand(), I.isSimple()))
1404 if (handleSROA(I.getPointerOperand(), I.isSimple()))

Completed in 53 milliseconds