Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp369 unsigned int PathL = Itr.getPathLength(); in check()
426 int CallLevel = Itr.getPathLength() - 2; in reportHandlerChain()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h209 unsigned getPathLength() const { return VisitStack.size(); } in getPathLength() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1307 if (DFI.getPathLength() >= 2) { in replaceFrameIndices()
1308 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
H A DMachineVerifier.cpp3284 if (DFI.getPathLength() >= 2) { in verifyStackFrame()
3285 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp480 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp345 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()