Home
last modified time | relevance | path

Searched refs:APC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1076 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
2991 assert(APC.InsBefore); in processDynamicAllocas()
2992 assert(APC.AI); in processDynamicAllocas()
2993 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()
2994 assert(!APC.AI->isStaticAlloca()); in processDynamicAllocas()
2996 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()
2997 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3126 assert(APC.InsBefore); in processStaticAllocas()
3127 assert(APC.AI); in processStaticAllocas()
3129 assert(APC.AI->isStaticAlloca()); in processStaticAllocas()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h93 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl() local
94 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h86 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl() local
87 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl()