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

/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp63 /// analyzePHINodes - Gather information about the PHI nodes in
69 void analyzePHINodes(const MachineFunction& Fn);
129 analyzePHINodes(MF);
393 /// analyzePHINodes - Gather information about the PHI nodes in here. In
398 void PHIElimination::analyzePHINodes(const MachineFunction& MF) { function in class:PHIElimination
H A DLiveVariables.cpp523 analyzePHINodes(mf);
725 /// analyzePHINodes - Gather information about the PHI nodes in here. In
729 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) { function in class:LiveVariables

Completed in 74 milliseconds