Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp52 using ConditionVectorTy = SmallVector<ControlCondition, 6>; typedef in __anon8b30bd8b0111::ControlConditions
55 ConditionVectorTy Conditions;
73 const ConditionVectorTy &getControlConditions() const { return Conditions; } in getControlConditions()