Searched refs:getPathLength (Results 1 – 6 of 6) sorted by relevance
369 unsigned int PathL = Itr.getPathLength(); in check()426 int CallLevel = Itr.getPathLength() - 2; in reportHandlerChain()
209 unsigned getPathLength() const { return VisitStack.size(); } in getPathLength() function
1307 if (DFI.getPathLength() >= 2) { in replaceFrameIndices()1308 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
3284 if (DFI.getPathLength() >= 2) { in verifyStackFrame()3285 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
480 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
345 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()