Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h197 , everConservativelyAllocatable(false) in NodeMetadata()
208 , everConservativelyAllocatable(Other.everConservativelyAllocatable) in NodeMetadata()
224 , everConservativelyAllocatable(Other.everConservativelyAllocatable) in NodeMetadata()
240 everConservativelyAllocatable = Other.everConservativelyAllocatable;
255 everConservativelyAllocatable = Other.everConservativelyAllocatable;
282 everConservativelyAllocatable = true; in setReductionState()
311 return everConservativelyAllocatable; in wasConservativelyAllocatable()
324 bool everConservativelyAllocatable; variable