Searched defs:analyzePHINodes (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPHIElimination.cpp63 /// analyzePHINodes - Gather information about the PHI nodes in
69 void analyzePHINodes(const MachineFunction& Fn);
125 analyzePHINodes(MF);
390 /// analyzePHINodes - Gather information about the PHI nodes in here. In
395 void PHIElimination::analyzePHINodes(const MachineFunction& MF) { function in class:PHIElimination
H A DLiveVariables.cpp495 analyzePHINodes(mf);
671 /// analyzePHINodes - Gather information about the PHI nodes in here. In
675 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) { function in class:LiveVariables
/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp76 /// analyzePHINodes - Gather information about the PHI nodes in
82 void analyzePHINodes(const MachineFunction& Fn);
151 analyzePHINodes(MF);
531 /// analyzePHINodes - Gather information about the PHI nodes in here. In
536 void PHIElimination::analyzePHINodes(const MachineFunction& MF) { function in class:PHIElimination
H A DLiveVariables.cpp639 analyzePHINodes(mf);
706 /// analyzePHINodes - Gather information about the PHI nodes in here. In
710 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) { function in class:LiveVariables

Completed in 124 milliseconds