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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 520 analyzePHINodes(mf);
700 /// analyzePHINodes - Gather information about the PHI nodes in here. In
704 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {
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) {

Completed in 545 milliseconds