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.cpp1760 bool IgnoreDroppableUses, in checkForAllUses() argument
1820 if (IgnoreDroppableUses && U->getUser()->isDroppable()) { in checkForAllUses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2143 bool IgnoreDroppableUses = true,