Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp593 int NumInterestingAllocas = 0; in runOnFunction() local
604 NumInterestingAllocas++; in runOnFunction()
609 if (NumInterestingAllocas == 0) in runOnFunction()
617 if (DT == nullptr && (NumInterestingAllocas > 1 || in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp569 int NumInterestingAllocas = 0; in runOnFunction() local
580 NumInterestingAllocas++; in runOnFunction()
585 if (NumInterestingAllocas == 0) in runOnFunction()
593 if (DT == nullptr && (NumInterestingAllocas > 1 || in runOnFunction()