Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp223 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo() function in __anon10d6878d0211::FuncPGOInstrumentation
263 uint32_t Index = getBBInfo(Succ).Index; in computeCFGHash()
298 DEBUG(dbgs() << "Split critical edge: " << getBBInfo(SrcBB).Index << " --> " in getInstrBB()
299 << getBBInfo(DestBB).Index << "\n"); in getInstrBB()
409 UseBBInfo &getBBInfo(const BasicBlock *BB) const { in getBBInfo() function in __anon10d6878d0211::PGOUseFunc
410 return FuncInfo.getBBInfo(BB); in getBBInfo()
475 getBBInfo(InstrBB).setBBInfoCount(CountValue); in setInstrumentedCounts()
490 getBBInfo(InstrBB).setBBInfoCount(CountValue); in setInstrumentedCounts()
502 getBBInfo(E->SrcBB).UnknownCountOutEdge--; in setEdgeCount()
503 getBBInfo(E->DestBB).UnknownCountInEdge--; in setEdgeCount()
[all …]
DCFGMST.h57 BBInfo *BB1G = findAndCompressGroup(&getBBInfo(BB1)); in unionGroups()
58 BBInfo *BB2G = findAndCompressGroup(&getBBInfo(BB2)); in unionGroups()
76 BBInfo &getBBInfo(const BasicBlock *BB) const { in getBBInfo() function
180 OS << " Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->" in dumpEdges()
181 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n"; in dumpEdges()