Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp256 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo() function in __anonc5e3232c0211::FuncPGOInstrumentation
296 uint32_t Index = getBBInfo(Succ).Index; in computeCFGHash()
331 DEBUG(dbgs() << "Split critical edge: " << getBBInfo(SrcBB).Index << " --> " in getInstrBB()
332 << getBBInfo(DestBB).Index << "\n"); in getInstrBB()
492 UseBBInfo &getBBInfo(const BasicBlock *BB) const { in getBBInfo() function in __anonc5e3232c0211::PGOUseFunc
493 return FuncInfo.getBBInfo(BB); in getBBInfo()
550 getBBInfo(InstrBB).setBBInfoCount(CountValue); in setInstrumentedCounts()
565 getBBInfo(InstrBB).setBBInfoCount(CountValue); in setInstrumentedCounts()
577 getBBInfo(E->SrcBB).UnknownCountOutEdge--; in setEdgeCount()
578 getBBInfo(E->DestBB).UnknownCountInEdge--; in setEdgeCount()
[all …]
DCFGMST.h56 BBInfo *BB1G = findAndCompressGroup(&getBBInfo(BB1)); in unionGroups()
57 BBInfo *BB2G = findAndCompressGroup(&getBBInfo(BB2)); in unionGroups()
75 BBInfo &getBBInfo(const BasicBlock *BB) const { in getBBInfo() function
179 OS << " Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->" in dumpEdges()
180 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n"; in dumpEdges()