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

/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp367 Value *GuardP = IRB.CreateAdd( local
371 GuardP = IRB.CreateIntToPtr(GuardP, Int32PtrTy);
373 IRB.CreateCall(SanCovWithCheckFunction, GuardP);
375 LoadInst *Load = IRB.CreateLoad(GuardP);
385 IRB.CreateCall(SanCovFunction, GuardP);
406 IRB.CreateCall(IsEntryBB ? SanCovTraceEnter : SanCovTraceBB, GuardP);

Completed in 20 milliseconds