Searched refs:MCDCCondBitmapAddr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.h | 116 Address MCDCCondBitmapAddr, 120 Address MCDCCondBitmapAddr); 122 Address MCDCCondBitmapAddr, llvm::Value *Val,
|
H A D | CodeGenPGO.cpp | 1239 Address MCDCCondBitmapAddr, in emitMCDCTestVectorBitmapUpdate() argument 1267 MCDCCondBitmapAddr.emitRawPointer(CGF)}; in emitMCDCTestVectorBitmapUpdate() 1273 Address MCDCCondBitmapAddr) { in emitMCDCCondBitmapReset() argument 1283 Builder.CreateStore(Builder.getInt32(0), MCDCCondBitmapAddr); in emitMCDCCondBitmapReset() 1287 Address MCDCCondBitmapAddr, in emitMCDCCondBitmapUpdate() argument 1319 auto *CurTV = Builder.CreateLoad(MCDCCondBitmapAddr, in emitMCDCCondBitmapUpdate() 1324 Builder.CreateStore(NewTV, MCDCCondBitmapAddr); in emitMCDCCondBitmapUpdate()
|
H A D | CodeGenFunction.h | 1616 Address MCDCCondBitmapAddr = Address::invalid(); 1649 MCDCCondBitmapAddr = 1662 PGO.emitMCDCCondBitmapReset(Builder, E, MCDCCondBitmapAddr); 1671 PGO.emitMCDCTestVectorBitmapUpdate(Builder, E, MCDCCondBitmapAddr, *this); 1679 PGO.emitMCDCCondBitmapUpdate(Builder, E, MCDCCondBitmapAddr, Val, *this);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1273 auto *MCDCCondBitmapAddr = Update->getMCDCCondBitmapAddr(); in lowerMCDCTestVectorBitmapUpdate() local 1279 Builder.CreateLoad(Int32Ty, MCDCCondBitmapAddr, "mcdc.temp"), in lowerMCDCTestVectorBitmapUpdate()
|