Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp276 GlobalVariable *getOrCreateRegionBitmaps(InstrProfMCDCBitmapInstBase *Inc);
731 static_cast<void>(getOrCreateRegionBitmaps(Params)); in lower()
891 auto *Bitmaps = getOrCreateRegionBitmaps(I); in getBitmapAddress()
1306 InstrLowerer::getOrCreateRegionBitmaps(InstrProfMCDCBitmapInstBase *Inc) { in getOrCreateRegionBitmaps() function in InstrLowerer