Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp53 using ConditionVectorTy = SmallVector<ControlCondition, 6>; typedef in __anonaa8cb15a0111::ControlConditions
56 ConditionVectorTy Conditions;
74 const ConditionVectorTy &getControlConditions() const { return Conditions; } in getControlConditions()