Searched defs:getBBInfo (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMBasicBlockInfo.h | 153 BBInfoVector &getBBInfo() { return BBInfo; } in getBBInfo() function |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ | ||
H A D | CFGMST.h | 83 BBInfo &getBBInfo(const BasicBlock *BB) const { getBBInfo() function |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | PGOInstrumentation.cpp | 574 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo() function in __anon0925556b0111::FuncPGOInstrumentation |