Searched refs:canClobberPhysRegDefs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2729 static bool canClobberPhysRegDefs(const SUnit *SuccSU, const SUnit *SU, in canClobberPhysRegDefs() function 2850 if (canClobberPhysRegDefs(PredSuccSU, &SU, TII, TRI)) in PrescheduleNodesWithMultipleUses() 2935 if (canClobberPhysRegDefs(SuccSU, &SU, TII, TRI)) in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2659 static bool canClobberPhysRegDefs(const SUnit *SuccSU, const SUnit *SU, in canClobberPhysRegDefs() function 2778 if (canClobberPhysRegDefs(PredSuccSU, SU, TII, TRI)) in PrescheduleNodesWithMultipleUses() 2863 if (canClobberPhysRegDefs(SuccSU, SU, TII, TRI)) in AddPseudoTwoAddrDeps()
|