Searched refs:IsInteresting (Results 1 – 3 of 3) sorted by relevance
488 bool IsInteresting = RawID & 0x01; in ReadData() local489 return std::make_pair(k, IsInteresting); in ReadData()
745 bool IsInteresting = RawID & 0x01; in ReadData() local751 if (!IsInteresting) { in ReadData()
814 bool IsInteresting = (AI.getAllocatedType()->isSized() && in isInterestingAlloca() local821 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()822 return IsInteresting; in isInterestingAlloca()