Home
last modified time | relevance | path

Searched refs:dumpAllocas (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp255 LLVM_DUMP_METHOD void StackColoring::dumpAllocas() { in dumpAllocas() function in StackColoring
284 LLVM_DEBUG(dumpAllocas()); in run()
DSafeStackColoring.h108 void dumpAllocas();
/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp237 LLVM_DUMP_METHOD void StackColoring::dumpAllocas() { in dumpAllocas() function in StackColoring
265 DEBUG(dumpAllocas()); in run()
DSafeStackColoring.h93 void dumpAllocas();
/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h126 void dumpAllocas() const;
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp283 LLVM_DUMP_METHOD void StackLifetime::dumpAllocas() const { in dumpAllocas() function in StackLifetime
313 LLVM_DEBUG(dumpAllocas()); in StackLifetime()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp364 static void dumpAllocas(const SmallVectorImpl<AllocaInfo> &Allocas) { in dumpAllocas() function
2211 LLVM_DEBUG(dumpAllocas(FrameData.Allocas)); in buildCoroutineFrame()