Home
last modified time | relevance | path

Searched refs:AppendUses (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp602 auto AppendUses = [&](const Value *V) { in findArgParts() local
607 AppendUses(Arg); in findArgParts()
612 AppendUses(V); in findArgParts()
619 AppendUses(V); in findArgParts()
H A DGlobalOpt.cpp353 auto AppendUses = [&](Value *V) { in collectSRATypes() local
358 AppendUses(GV); in collectSRATypes()
366 AppendUses(V); in collectSRATypes()