Searched defs:AllocaNo (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h116 unsigned AllocaNo; member in struct:llvm::StackLifetime::Marker
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp242 unsigned AllocaNo = It.second.AllocaNo; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp837 bool PromoteMem2Reg::QueuePhiNode(BasicBlock *BB, unsigned AllocaNo, argument
896 unsigned AllocaNo = PhiToAllocaMap[APN]; local
963 unsigned AllocaNo = ai->second; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp800 static unsigned RetagMask(unsigned AllocaNo) { argument
846 getAllocaTag(IRBuilder< &IRB, Value *StackTag, AllocaInst *AI, unsigned AllocaNo) argument

Completed in 69 milliseconds