Searched refs:AllocaInterestingness (Results 1 – 3 of 3) sorted by relevance
121 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 AllocaInterestingness211 return AllocaInterestingness::kInteresting; in getAllocaInterestingness()214 return AllocaInterestingness::kSafe; in getAllocaInterestingness()216 return AllocaInterestingness::kUninteresting; in getAllocaInterestingness()
68 enum class AllocaInterestingness { enum83 AllocaInterestingness getAllocaInterestingness(const AllocaInst &AI);
559 llvm::memtag::AllocaInterestingness::kInteresting); in runOnFunction()