Searched refs:ConstValueRefT (Results 1 – 5 of 5) sorted by relevance
53 using ConstValueRefT = typename SSATraits::ConstValueRefT; variable88 static void appendBlockDefs(SmallVectorImpl<ConstValueRefT> &defs,97 const BlockT *getDefBlock(ConstValueRefT value) const;102 Printable print(ConstValueRefT value) const;
34 using ConstValueRefT = typename ContextT::ConstValueRefT; variable61 bool isDivergent(ConstValueRefT V) const;64 bool isUniform(ConstValueRefT V) const { return !isDivergent(V); } in isUniform()
336 using ConstValueRefT = typename ContextT::ConstValueRefT; variable366 bool markDivergent(ConstValueRefT DivVal);393 bool isDivergent(ConstValueRefT V) const { return DivergentValues.count(V); } in isDivergent()406 ConstValueRefT value;409 PhiInput(ConstValueRefT value, BlockT *predBlock) in PhiInput()419 std::set<ConstValueRefT> DivergentValues;470 void pushUsers(ConstValueRefT V);806 ConstValueRefT Val) { in markDivergent()1191 SmallVector<ConstValueRefT, 16> defs; in print()1230 bool GenericUniformityInfo<ContextT>::isDivergent(ConstValueRefT V) const { in isDivergent()
36 using ConstValueRefT = const Value *;
40 using ConstValueRefT = Register;