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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 63 /// analyzePHINodes - Gather information about the PHI nodes in
69 void analyzePHINodes(const MachineFunction& Fn);
129 analyzePHINodes(MF);
393 /// analyzePHINodes - Gather information about the PHI nodes in here. In
398 void PHIElimination::analyzePHINodes(const MachineFunction& MF) {
LiveVariables.cpp 523 analyzePHINodes(mf);
725 /// analyzePHINodes - Gather information about the PHI nodes in here. In
729 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 181 /// analyzePHINodes - Gather information about the PHI nodes in here. In
185 void analyzePHINodes(const MachineFunction& Fn);

Completed in 270 milliseconds