Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1769 bool IgnoreDroppableUses, in checkForAllUses() argument
1832 if (IgnoreDroppableUses && U->getUser()->isDroppable()) { in checkForAllUses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2185 bool IgnoreDroppableUses = true,