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

/external/llvm/include/llvm/CodeGen/
H A DGCStrategy.h105 /// performCustomLowering must instead lower them.
110 /// performCustomLowering must instead lower them.
115 // performCustomLowering must delete them.
141 /// initializeCustomLowering/performCustomLowering - If any of the actions
142 /// are set to custom, performCustomLowering must be overriden to transform
147 virtual bool performCustomLowering(Function &F);
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp106 bool GCStrategy::performCustomLowering(Function &F) { function in class:GCStrategy
107 dbgs() << "gc " << getName() << " must override performCustomLowering.\n";
108 llvm_unreachable("must override performCustomLowering");
261 MadeChange |= S.performCustomLowering(F);
H A DShadowStackGC.cpp60 bool performCustomLowering(Function &F) override;
375 bool ShadowStackGC::performCustomLowering(Function &F) { function in class:ShadowStackGC

Completed in 3527 milliseconds