Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp29 static bool shouldTagGlobal(GlobalVariable &G) { in shouldTagGlobal() function
147 if (G.isDeclaration() || !shouldTagGlobal(G)) in runOnModule()