Searched refs:EdgeInfo (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DProfileInfoTypes.h34 EdgeInfo = 4, /* Edge profiling information */ enumerator in enum:ProfilingType
/external/swiftshader/third_party/LLVM/runtime/libprofile/
H A DEdgeProfiling.c31 write_profiling_data(EdgeInfo, ArrayStart, NumElements);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfoLoader.cpp137 case EdgeInfo:
H A DPathProfileVerifier.cpp194 type = EdgeInfo;
/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>;
268 SmallVectorImpl<EdgeInfo> &Worklist,
342 SmallVector<EdgeInfo, 128> Worklist;
/external/ImageMagick/MagickCore/
H A Ddraw.c123 } 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 *) NUL
120 } EdgeInfo; typedef in typeref:struct:_EdgeInfo
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h678 struct EdgeInfo { struct in class:llvm::ScalarEvolution
679 EdgeInfo(BasicBlock *Block, const SCEV *Taken, SCEVUnionPredicate &P) : function in struct:llvm::ScalarEvolution::EdgeInfo
711 BackedgeTakenInfo(SmallVectorImpl<EdgeInfo> &ExitCounts, bool Complete,
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5601 SmallVectorImpl<EdgeInfo> &ExitCounts, bool Complete, const SCEV *MaxCount)
5617 ExitCounts.end(), [](EdgeInfo &Entry) {
5666 SmallVector<EdgeInfo, 4> ExitCounts;
5689 ExitCounts.emplace_back(EdgeInfo(ExitBB, EL.Exact, EL.Pred));

Completed in 1081 milliseconds