|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Instructions.h 88 bool isArrayAllocation() const;
References
lib/Analysis/InlineCost.cpp 434 if (I.isArrayAllocation()) {
lib/Analysis/Lint.cpp 471 if (!AI->isArrayAllocation() && ATy->isSized())
lib/Analysis/MemoryBuiltins.cpp 636 if (!I.isArrayAllocation())
921 assert(I.isArrayAllocation());
lib/Analysis/StackSafetyAnalysis.cpp 133 if (AI->isArrayAllocation()) {
lib/CodeGen/SafeStack.cpp 221 if (AI->isArrayAllocation()) {
lib/CodeGen/StackProtector.cpp 278 if (AI->isArrayAllocation()) {
lib/IR/AsmWriter.cpp 3984 if (!AI->getArraySize() || AI->isArrayAllocation() ||
lib/IR/Instructions.cpp 56 if (isArrayAllocation()) {
lib/IR/Value.cpp 659 if (!AI->isArrayAllocation()) {
lib/Target/AArch64/AArch64StackTagging.cpp 473 Info.AI->isArrayAllocation()
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp 720 if (!I.isStaticAlloca() || I.isArrayAllocation())
lib/Transforms/Coroutines/CoroFrame.cpp 782 if (A->isArrayAllocation())
lib/Transforms/IPO/Inliner.cpp 191 if (!ATy || AI->isArrayAllocation())
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 173 if (AI->isArrayAllocation())
184 if (!AI.isArrayAllocation()) {
358 if (AI.isArrayAllocation()) {
lib/Transforms/Instrumentation/AddressSanitizer.cpp 601 if (AI.isArrayAllocation()) {
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 764 if (AI.isArrayAllocation()) {
1190 if (AI->isArrayAllocation()) {
lib/Transforms/Instrumentation/MemorySanitizer.cpp 3488 if (I.isArrayAllocation())
lib/Transforms/Scalar/SROA.cpp 4446 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() ||
lib/Transforms/Utils/Evaluator.cpp 467 if (AI->isArrayAllocation()) {
lib/Transforms/Utils/Local.cpp 1380 return AI->isArrayAllocation() ||
tools/lldb/source/Expression/IRInterpreter.cpp 817 if (alloca_inst->isArrayAllocation()) {