HomeSort by relevance Sort by last modified time
    Searched refs:performCustomLowering (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 105 /// 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/
GCStrategy.cpp 113 bool GCStrategy::performCustomLowering(Function &F) {
114 dbgs() << "gc " << getName() << " must override performCustomLowering.\n";
115 llvm_unreachable("must override performCustomLowering");
269 MadeChange |= S.performCustomLowering(F);
ShadowStackGC.cpp 59 bool performCustomLowering(Function &F);
374 bool ShadowStackGC::performCustomLowering(Function &F) {

Completed in 61 milliseconds