reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 2920     AlignRecord |= AI.isUsedWithInAlloca() << 5;
lib/IR/AsmWriter.cpp
 3974     if (AI->isUsedWithInAlloca())
lib/IR/Instructions.cpp
 1276   return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca();
 4133   Result->setUsedWithInAlloca(isUsedWithInAlloca());
lib/IR/Verifier.cpp
 2872       Assert(AI->isUsedWithInAlloca(),
lib/Target/AArch64/AArch64StackTagging.cpp
  400       !AI.isUsedWithInAlloca() &&
  485   NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca());
lib/Transforms/InstCombine/InstCombineCasts.cpp
  145   New->setUsedWithInAlloca(AI.isUsedWithInAlloca());
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1335        !AI.isUsedWithInAlloca() &&
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1098           !AI.isUsedWithInAlloca() &&
 1201       NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca());
lib/Transforms/Utils/InlineFunction.cpp
 1345   return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca();
tools/clang/lib/CodeGen/CGCall.cpp
 3846     assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca());