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 175 /// analyzePHINodes - Gather information about the PHI nodes in here. In
179 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);
525 /// analyzePHINodes - Gather information about the PHI nodes in here. In
530 void PHIElimination::analyzePHINodes(const MachineFunction& MF) {
LiveVariables.cpp 520 analyzePHINodes(mf);
700 /// analyzePHINodes - Gather information about the PHI nodes in here. In
704 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {

Completed in 31 milliseconds