Searched refs:getPathLength (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h186 /// getPathLength - Return the length of the path from the entry node to the
188 unsigned getPathLength() const { return VisitStack.size(); } function in class:llvm::df_iterator
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp664 if (DFI.getPathLength() >= 2) {
665 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
H A DMachineVerifier.cpp1666 if (DFI.getPathLength() >= 2) {
1667 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);

Completed in 167 milliseconds