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

References

lib/AsmParser/LLParser.cpp
 6923   AI->setUsedWithInAlloca(IsInAlloca);
lib/Bitcode/Reader/BitcodeReader.cpp
 4765       AI->setUsedWithInAlloca(InAlloca);
lib/IR/Instructions.cpp
 4133   Result->setUsedWithInAlloca(isUsedWithInAlloca());
lib/Target/AArch64/AArch64StackTagging.cpp
  485   NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca());
lib/Transforms/InstCombine/InstCombineCasts.cpp
  145   New->setUsedWithInAlloca(AI.isUsedWithInAlloca());
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1201       NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca());
tools/clang/lib/CodeGen/CGCall.cpp
 3845     AI->setUsedWithInAlloca(true);