HomeSort by: relevance | last modified time | path
    Searched refs:getPathLength (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DepthFirstIterator.h 206 /// getPathLength - Return the length of the path from the entry node to the
208 unsigned getPathLength() const { return VisitStack.size(); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp 491 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 1169 if (DFI.getPathLength() >= 2) {
1170 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
MachineVerifier.cpp 3138 if (DFI.getPathLength() >= 2) {
3139 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 342 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) {

Completed in 24 milliseconds