Home
last modified time | relevance | path

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

/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