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

/external/llvm/include/llvm/CodeGen/
H A DGCStrategy.h141 /// initializeCustomLowering/performCustomLowering - If any of the actions
143 /// the corresponding actions to LLVM IR. initializeCustomLowering is
146 virtual bool initializeCustomLowering(Module &F);
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp112 bool GCStrategy::initializeCustomLowering(Module &M) { return false; } function in class:GCStrategy
164 // runFunction time (initializeCustomLowering likely needs to change
175 if ((*I)->initializeCustomLowering(M))
H A DShadowStackGC.cpp58 bool initializeCustomLowering(Module &M);
270 bool ShadowStackGC::initializeCustomLowering(Module &M) { function in class:ShadowStackGC

Completed in 430 milliseconds