Home
last modified time | relevance | path

Searched refs:InterestingAllocas (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp67 InterestingAllocas.resize(NumAllocas); in collectMarkers()
89 InterestingAllocas.set(AllocaNo); in collectMarkers()
303 if (!InterestingAllocas.test(I)) in run()
DSafeStackColoring.h97 BitVector InterestingAllocas; variable
/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp54 InterestingAllocas.resize(NumAllocas); in collectMarkers()
76 InterestingAllocas.set(AllocaNo); in collectMarkers()
284 if (!InterestingAllocas.test(I)) in run()
DSafeStackColoring.h82 BitVector InterestingAllocas; variable
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp92 InterestingAllocas.resize(NumAllocas); in collectMarkers()
115 InterestingAllocas.set(AllocaNo); in collectMarkers()
338 if (!InterestingAllocas.test(I)) in run()
/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h113 BitVector InterestingAllocas; variable