Home
last modified time | relevance | path

Searched refs:BBCountInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp724 const UseBBInfo &BBCountInfo = getBBInfo(&BB); in setBranchWeights() local
725 unsigned Size = BBCountInfo.OutEdges.size(); in setBranchWeights()
729 const PGOUseEdge *E = BBCountInfo.OutEdges[s]; in setBranchWeights()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1175 const UseBBInfo &BBCountInfo = getBBInfo(&BB); in setBranchWeights() local
1176 unsigned Size = BBCountInfo.OutEdges.size(); in setBranchWeights()
1180 const PGOUseEdge *E = BBCountInfo.OutEdges[s]; in setBranchWeights()
1212 const UseBBInfo &BBCountInfo = getBBInfo(&BB); in annotateIrrLoopHeaderWeights() local
1213 setIrrLoopHeaderMetadata(M, TI, BBCountInfo.CountValue); in annotateIrrLoopHeaderWeights()