Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4005 SmallVector<Use *, 4> OutsideUses; in insertInstructionGuardsHelper() local
4009 OutsideUses.push_back(&U); in insertInstructionGuardsHelper()
4012 if (OutsideUses.empty()) in insertInstructionGuardsHelper()
4036 for (Use *U : OutsideUses) in insertInstructionGuardsHelper()