Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp398 IRBuilder<> &IRBuilderAtEntry) { in rewriteGlobalVariablesInConstant() argument
419 IRBuilderAtEntry); in rewriteGlobalVariablesInConstant()
442 IRBuilderAtEntry.Insert(NewInst); in rewriteGlobalVariablesInConstant()
563 IRBuilder<> IRBuilderAtEntry(&EntryBlock, EntryBlock.begin()); in runOnFunction() local
568 LoadValue = IRBuilderAtEntry.CreateLoad(RefGV->getValueType(), RefGV); in runOnFunction()
600 rewriteGlobalVariablesInConstant(CE, GVLoadMap, IRBuilderAtEntry); in runOnFunction()