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

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 86 static EHSelectorInst *findSelectorForLandingPad(BasicBlock *lpad) {
88 EHExceptionInst *exn = findExceptionInBlock(lpad);
95 bool dominates = true; // does the lpad dominate the exn call
99 BasicBlock *exnBlock = lpad;
153 selector->moveBefore(lpad->getFirstNonPHI());
160 // lpad:
171 // lpad:
192 // First, make clones of the intrinsics to go in lpad.
196 lpadSelector->insertBefore(lpad->getFirstNonPHI());
202 nonDominated->getName() + ".lpad-fix")
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 883 const MachineBasicBlock *lpad = mbb->getLandingPadSuccessor(); local
887 if (!lpad || !isLiveInToMBB(li, lpad))
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 34 milliseconds