HomeSort by: relevance | last modified time | path
    Searched defs:analyzePHINodes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveVariables.cpp 632 analyzePHINodes(mf);
699 /// analyzePHINodes - Gather information about the PHI nodes in here. In
703 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {
PHIElimination.cpp 90 /// analyzePHINodes - Gather information about the PHI nodes in
95 void analyzePHINodes(const MachineFunction& MF);
195 analyzePHINodes(MF);
611 /// analyzePHINodes - Gather information about the PHI nodes in here. In
615 void PHIElimination::analyzePHINodes(const MachineFunction& MF) {

Completed in 15 milliseconds