Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp552 SmallVector<Instruction *, 4> UnrecognizedLifetimes; in runOnFunction() local
575 UnrecognizedLifetimes.push_back(I); in runOnFunction()
656 if (UnrecognizedLifetimes.empty() && Info.LifetimeStart.size() == 1 && in runOnFunction()
714 for (auto &I : UnrecognizedLifetimes) in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp527 SmallVector<Instruction *, 4> UnrecognizedLifetimes; in runOnFunction() local
551 UnrecognizedLifetimes.push_back(I); in runOnFunction()
632 if (UnrecognizedLifetimes.empty() && Info.LifetimeStart.size() == 1 && in runOnFunction()
690 for (auto &I : UnrecognizedLifetimes) in runOnFunction()