Home
last modified time | relevance | path

Searched refs:getPathLength (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp26 DomLevels[*DFI] = DFI.getPathLength() - 1; in calculate()
/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h189 unsigned getPathLength() const { return VisitStack.size(); } in getPathLength() function
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp823 if (DFI.getPathLength() >= 2) { in replaceFrameIndices()
824 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
DMachineVerifier.cpp1793 if (DFI.getPathLength() >= 2) { in verifyStackFrame()
1794 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp839 if (DFI.getPathLength() >= 2) { in replaceFrameIndices()
840 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()