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

  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 187 /// getPathLength - Return the length of the path from the entry node to the
189 unsigned getPathLength() const { return VisitStack.size(); }
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 718 if (DFI.getPathLength() >= 2) {
719 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
    [all...]
MachineVerifier.cpp     [all...]

Completed in 70 milliseconds