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 71 /// analyzePHINodes - Gather information about the PHI nodes in
77 void analyzePHINodes(const MachineFunction& Fn);
145 analyzePHINodes(MF);
529 /// analyzePHINodes - Gather information about the PHI nodes in here. In
534 void PHIElimination::analyzePHINodes(const MachineFunction& MF) {
LiveVariables.cpp 519 analyzePHINodes(mf);
699 /// analyzePHINodes - Gather information about the PHI nodes in here. In
703 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {

Completed in 52 milliseconds