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

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

Completed in 279 milliseconds