Home
last modified time | relevance | path

Searched defs:need_barrier (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp1194 [[maybe_unused]] bool need_barrier = inst->CastToStoreArrayPair()->GetNeedBarrier(); in CheckDataFlow() local
1208 [[maybe_unused]] bool need_barrier = inst->CastToStoreArrayPairI()->GetNeedBarrier(); in CheckDataFlow() local
1218 [[maybe_unused]] bool need_barrier = inst->CastToStoreArray()->GetNeedBarrier(); in CheckDataFlow() local
1228 [[maybe_unused]] bool need_barrier = inst->CastToStoreArrayI()->GetNeedBarrier(); in CheckDataFlow() local
1239 [[maybe_unused]] bool need_barrier = inst->CastToStoreStatic()->GetNeedBarrier(); in CheckDataFlow() local
1265 [[maybe_unused]] bool need_barrier = inst->CastToUnresolvedStoreStatic()->GetNeedBarrier(); in CheckDataFlow() local
1279 [[maybe_unused]] bool need_barrier = inst->CastToStoreObject()->GetNeedBarrier(); in CheckDataFlow() local
1289 [[maybe_unused]] bool need_barrier = inst->CastToUnresolvedStoreObject()->GetNeedBarrier(); in CheckDataFlow() local
Dir_constructor.h747 IrConstructor &SetNeedBarrier(bool need_barrier) in SetNeedBarrier()