Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h208 unsigned getPathLength() const { return VisitStack.size(); } in getPathLength() function
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp480 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1395 if (DFI.getPathLength() >= 2) { in replaceFrameIndices()
1396 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
H A DMachineVerifier.cpp3378 if (DFI.getPathLength() >= 2) { in verifyStackFrame()
3379 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp347 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()