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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
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) {
LiveVariables.cpp 632 analyzePHINodes(mf);
699 /// analyzePHINodes - Gather information about the PHI nodes in here. In
703 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveVariables.h 171 /// analyzePHINodes - Gather information about the PHI nodes in here. In
175 void analyzePHINodes(const MachineFunction& Fn);

Completed in 61 milliseconds