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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp211 /// isSourceDefinedByImplicitDef - Return true if all sources of the phi node
213 static bool isSourceDefinedByImplicitDef(const MachineInstr *MPhi, function
247 if (isSourceDefinedByImplicitDef(MPhi, MRI))

Completed in 33 milliseconds