Searched refs:findInsts (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 140 void findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas, 405 void SafeStack::findInsts(Function &F, in findInsts() function in __anon825189cb0111::SafeStack 774 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 156 void findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas, 375 void SafeStack::findInsts(Function &F, in findInsts() function in __anonaf4797030111::SafeStack 763 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
|