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

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h173 /// analyzePHINodes - Gather information about the PHI nodes in here. In
177 void analyzePHINodes(const MachineFunction& Fn);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp71 /// analyzePHINodes - Gather information about the PHI nodes in
77 void analyzePHINodes(const MachineFunction& Fn);
145 analyzePHINodes(MF);
529 /// analyzePHINodes - Gather information about the PHI nodes in here. In
534 void PHIElimination::analyzePHINodes(const MachineFunction& MF) { function in class:PHIElimination
H A DLiveVariables.cpp519 analyzePHINodes(mf);
699 /// analyzePHINodes - Gather information about the PHI nodes in here. In
703 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) { function in class:LiveVariables

Completed in 50 milliseconds