Searched refs:Def3 (Results 1 – 4 of 4) sorted by relevance
41 template<typename T, typename T2 = T&> struct Def3;43 template<> struct Def3<int> { struct47 template<> struct Def3<int&> { struct51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
15 namespace Def3NS { class Def3; } // expected-note 0-1{{forward decl}}16 Def3NS::Def3 *def3;
22 class Def3 {
447 MachineInstr *Def3 = MRI->getVRegDef(RO3.getReg()); in computePhiCost() local448 if (!TII->isPredicable(Def1) || !TII->isPredicable(Def3)) in computePhiCost()