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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp342 for (GlobalIFunc &GIF : M.ifuncs()) {
343 Changed |= RemoveUnusedGlobalValue(GIF);
345 if (!GIF.isDiscardableIfUnused())
346 MarkLive(GIF);
348 UpdateGVDependencies(GIF);
397 for (GlobalIFunc &GIF : M.ifuncs())
398 if (!AliveGlobals.count(&GIF)) {
399 DeadIFuncs.push_back(&GIF);
400 GIF.setResolver(nullptr);
433 for (GlobalIFunc *GIF
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp260 for (GlobalIFunc &GIF : M->ifuncs())
261 externalize(&GIF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp359 for (const GlobalIFunc &GIF : M.ifuncs())
360 EnumerateValue(&GIF);
378 for (const GlobalIFunc &GIF : M.ifuncs())
379 EnumerateValue(GIF.getResolver());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp493 for (GlobalIFunc &GIF : ifuncs())
494 GIF.dropAllReferences();
H A DCore.cpp2540 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc);
2541 Module::ifunc_iterator I(GIF);
2542 if (++I == GIF->getParent()->ifunc_end())
2548 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc);
2549 Module::ifunc_iterator I(GIF);
2550 if (I == GIF->getParent()->ifunc_begin())
H A DAsmWriter.cpp915 if (const GlobalIFunc *GIF = dyn_cast<GlobalIFunc>(V))
916 return new SlotTracker(GIF->getParent());
/freebsd-13-stable/lib/libnetgraph/
H A Ddebug.c150 COOKIE(GIF),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3118 llvm::GlobalIFunc *GIF = llvm::GlobalIFunc::create( local
3120 GIF->setName(ResolverName);
3121 SetCommonAttributes(FD, GIF);
3123 return GIF;
4655 llvm::GlobalIFunc *GIF = local
4659 if (GIF->getResolver() == Entry) {
4672 GIF->takeName(Entry);
4674 Entry->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GIF,
4678 GIF->setName(MangledName);
4680 SetCommonAttributes(GD, GIF);
[all...]

Completed in 275 milliseconds