Searched refs:getPathLength (Results 1 – 5 of 5) sorted by relevance
207 unsigned getPathLength() const { return VisitStack.size(); } in getPathLength() function
1057 if (DFI.getPathLength() >= 2) { in replaceFrameIndices()1058 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
2373 if (DFI.getPathLength() >= 2) { in verifyStackFrame()2374 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
377 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
357 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateGuardViaWidening()