Searched refs:getAllocaSizeInBytes (Results 1 – 2 of 2) sorted by relevance
634 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function648 size_t Size = (getAllocaSizeInBytes(*AI) + Mapping.getAllocaAlignment() - 1) & in tagAlloca()784 Descr << getAllocaSizeInBytes(*AI) << " " << AI->getName().str() << "; "; in createFrameString()935 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
633 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1200 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()2901 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()