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

/macosx-10.10/llvmCore-3425.0.34/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);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DGCStrategy.cpp113 bool GCStrategy::performCustomLowering(Function &F) { function in class:GCStrategy
114 dbgs() << "gc " << getName() << " must override performCustomLowering.\n";
115 llvm_unreachable("must override performCustomLowering");
269 MadeChange |= S.performCustomLowering(F);
H A DShadowStackGC.cpp59 bool performCustomLowering(Function &F);
374 bool ShadowStackGC::performCustomLowering(Function &F) { function in class:ShadowStackGC

Completed in 67 milliseconds