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.cpp4013 SmallVector<Use *, 4> OutsideUses; in insertInstructionGuardsHelper() local
4017 OutsideUses.push_back(&U); in insertInstructionGuardsHelper()
4020 if (OutsideUses.empty()) in insertInstructionGuardsHelper()
4044 for (Use *U : OutsideUses) in insertInstructionGuardsHelper()