Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDepthFirstIterator.h208 unsigned getPathLength() const { return VisitStack.size(); } in getPathLength() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDHotColdSplitting.cpp539 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGuardWidening.cpp395 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineVerifier.cpp3817 if (DFI.getPathLength() >= 2) { in verifyStackFrame()
3818 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()