HomeSort by relevance Sort by last modified time
    Searched refs:analyzePHINodes (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 173 /// analyzePHINodes - Gather information about the PHI nodes in here. In
177 void analyzePHINodes(const MachineFunction& Fn);
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 77 /// analyzePHINodes - Gather information about the PHI nodes in
83 void analyzePHINodes(const MachineFunction& Fn);
151 analyzePHINodes(MF);
532 /// analyzePHINodes - Gather information about the PHI nodes in here. In
537 void PHIElimination::analyzePHINodes(const MachineFunction& MF) {
LiveVariables.cpp 638 analyzePHINodes(mf);
705 /// analyzePHINodes - Gather information about the PHI nodes in here. In
709 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {

Completed in 487 milliseconds