Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCStrategy.h137 virtual bool performCustomLowering(Function &F);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp113 bool GCStrategy::performCustomLowering(Function &F) { in performCustomLowering() function in GCStrategy
263 MadeChange |= S.performCustomLowering(F); in runOnFunction()
DShadowStackGC.cpp59 bool performCustomLowering(Function &F);
375 bool ShadowStackGC::performCustomLowering(Function &F) { in performCustomLowering() function in ShadowStackGC