Searched refs:isSourceDefinedByImplicitDef (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPHIElimination.cpp170 /// isSourceDefinedByImplicitDef - Return true if all sources of the phi node
172 static bool isSourceDefinedByImplicitDef(const MachineInstr *MPhi, function
211 if (isSourceDefinedByImplicitDef(MPhi, MRI))
/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp210 /// isSourceDefinedByImplicitDef - Return true if all sources of the phi node
212 static bool isSourceDefinedByImplicitDef(const MachineInstr *MPhi, function
246 if (isSourceDefinedByImplicitDef(MPhi, MRI))

Completed in 186 milliseconds