Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3835 SmallVector<std::pair<Instruction *, Instruction *>> Reorders; in insertInstructionGuardsHelper() local
3849 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()
3852 for (auto &Reorder : Reorders) in insertInstructionGuardsHelper()