Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCStrategy.h136 virtual bool initializeCustomLowering(Module &F);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp111 bool GCStrategy::initializeCustomLowering(Module &M) { return false; } in initializeCustomLowering() function in GCStrategy
168 if ((*I)->initializeCustomLowering(M)) in doInitialization()
DShadowStackGC.cpp58 bool initializeCustomLowering(Module &M);
271 bool ShadowStackGC::initializeCustomLowering(Module &M) { in initializeCustomLowering() function in ShadowStackGC