Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp288 auto *GTM = static_cast<GlobalTypeMember *>(Alloc.Allocate( in create() local
290 GTM->GO = GO; in create()
291 GTM->NTypes = Types.size(); in create()
292 GTM->IsJumpTableCanonical = IsJumpTableCanonical; in create()
293 GTM->IsExported = IsExported; in create()
295 GTM->getTrailingObjects<MDNode *>()); in create()
296 return GTM; in create()
1362 for (const auto GTM : Functions) { in selectJumpTableArmEncoding() local
1363 if (!GTM->isJumpTableCanonical()) { in selectJumpTableArmEncoding()
1370 Function *F = cast<Function>(GTM->getGlobal()); in selectJumpTableArmEncoding()
[all …]