Searched refs:getPathLength (Results 1 – 5 of 5) sorted by relevance
208 unsigned getPathLength() const { return VisitStack.size(); } in getPathLength() function
1175 if (DFI.getPathLength() >= 2) { in replaceFrameIndices()1176 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
3160 if (DFI.getPathLength() >= 2) { in verifyStackFrame()3161 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
492 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
342 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()