Searched defs:HotCold (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1962 CallInst *CI = B.CreateCall(Func, {Num, B.getInt8(HotCold)}, Name); in emitHotColdNewNoThrow() argument 1983 CallInst *CI = B.CreateCall(Func, {Num, NoThrow, B.getInt8(HotCold)}, Name); in emitHotColdNewAligned() argument 1942 emitHotColdNew(Value * Num,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNew() argument 2004 emitHotColdNewAlignedNoThrow(Value * Num,Value * Align,Value * NoThrow,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNewAlignedNoThrow() argument
|
H A D | SimplifyLibCalls.cpp | 1722 uint8_t HotCold; optimizeNew() local [all...] |