Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h447 bool isValueOfVariable() const { return Type == LocationType::Value; } in isValueOfVariable() function
H A DIntrinsicInst.h351 bool isValueOfVariable() const { in isValueOfVariable() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp650 } else if (DbgItem->isValueOfVariable() && in rewriteSingleStoreAlloca()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp95 if (DVR->isValueOfVariable()) in findDVRValues()