Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp12128 Address UntiedRealAddr = Address::invalid(); in getAddressOfLocalVariable() local
12136 UntiedRealAddr = I->second.second; in getAddressOfLocalVariable()
12214 UntiedRealAddr.isValid() ? UntiedRealAddr : Address(Addr, Align); in getAddressOfLocalVariable()
12218 if (UntiedRealAddr.isValid()) in getAddressOfLocalVariable()