Home
last modified time | relevance | path

Searched refs:kInteresting (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()
163 if (getAllocaInterestingness(*AI) != AllocaInterestingness::kInteresting) in visit()
175 AllocaInterestingness::kInteresting) in visit()
211 return AllocaInterestingness::kInteresting; in getAllocaInterestingness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h74 kInteresting enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp559 llvm::memtag::AllocaInterestingness::kInteresting); in runOnFunction()