Searched refs:mExecutionModes (Results 1 – 2 of 2) sorted by relevance
43 mExecutionModesDeleter(mExecutionModes), in Module()53 mExecutionModesDeleter(mExecutionModes), in Module()129 DeserializeZeroOrMore<ExecutionModeInst>(IS, mExecutionModes); in DeserializeInternal()132 for (auto mode : mExecutionModes) { in DeserializeInternal()228 mExecutionModes.insert(mExecutionModes.end(), newModes.begin(), in addEntryPoint()
103 for (auto mode : mExecutionModes) { in accept()234 std::vector<ExecutionModeInst *> mExecutionModes; variable