Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1423 enum ImplicitBarrierType { IBT_ENTRY, IBT_EXIT }; in eliminateBarriers() enum
1427 enum ImplicitBarrierType Type; in eliminateBarriers()
1430 BarrierInfo(enum ImplicitBarrierType Type) : I(nullptr), Type(Type) {} in eliminateBarriers()