Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1631 static bool isGuardVariableRef(Value *V) { in isGuardVariableRef() function
1685 if (isGuardVariableRef(load->getPointerOperand())) in RemoveGuards()
1689 if (isGuardVariableRef(store->getPointerOperand())) in RemoveGuards()