Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp121 AllocaInterestingness::kInteresting) in visit()
142 case AllocaInterestingness::kInteresting: in visit()
148 case AllocaInterestingness::kSafe: in visit()
152 case AllocaInterestingness::kUninteresting: in visit()
163 if (getAllocaInterestingness(*AI) != AllocaInterestingness::kInteresting) in visit()
175 AllocaInterestingness::kInteresting) in visit()
193 AllocaInterestingness
211 return AllocaInterestingness::kInteresting; in getAllocaInterestingness()
214 return AllocaInterestingness::kSafe; in getAllocaInterestingness()
216 return AllocaInterestingness::kUninteresting; in getAllocaInterestingness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h68 enum class AllocaInterestingness { enum
83 AllocaInterestingness getAllocaInterestingness(const AllocaInst &AI);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp559 llvm::memtag::AllocaInterestingness::kInteresting); in runOnFunction()