HomeSort by relevance Sort by last modified time
    Searched refs:EdgeInfo (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoTypes.h 34 EdgeInfo = 4, /* Edge profiling information */
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
EdgeProfiling.c 31 write_profiling_data(EdgeInfo, ArrayStart, NumElements);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfoLoader.cpp 137 case EdgeInfo:
PathProfileVerifier.cpp 194 type = EdgeInfo;
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>;
268 SmallVectorImpl<EdgeInfo> &Worklist,
342 SmallVector<EdgeInfo, 128> Worklist;
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 678 struct EdgeInfo {
679 EdgeInfo(BasicBlock *Block, const SCEV *Taken, SCEVUnionPredicate &P) :
711 BackedgeTakenInfo(SmallVectorImpl<EdgeInfo> &ExitCounts, bool Complete,
    [all...]
  /external/ImageMagick/MagickCore/
draw.c 123 } EdgeInfo;
137 EdgeInfo
396 register const EdgeInfo
403 p=(const EdgeInfo *) x;
404 q=(const EdgeInfo *) y;
425 register EdgeInfo
504 polygon_info->edges=(EdgeInfo *) AcquireQuantumMemory(number_edges,
506 if (polygon_info->edges == (EdgeInfo *) NULL)
531 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory(
534 if (polygon_info->edges == (EdgeInfo *) NULL
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 436 milliseconds