Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h494 MustTailCallUndefinedGlobals; variable
1676 MustTailCallUndefinedGlobals.insert(Global); in addUndefinedGlobalForTailCall()
H A DCodeGenModule.cpp1409 if (getTriple().isPPC() && !MustTailCallUndefinedGlobals.empty()) { in Release()
1410 for (auto &I : MustTailCallUndefinedGlobals) { in Release()