HomeSort by relevance Sort by last modified time
    Searched full:erasefromparent (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/llvm/include/llvm/
Instruction.h 59 /// eraseFromParent - This method unlinks 'this' from the containing basic
62 void eraseFromParent();
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 293 CI->eraseFromParent();
302 CI->eraseFromParent();
DeadMachineInstructionElim.cpp 154 MI->eraseFromParent();
MachineCSE.cpp 141 DefMI->eraseFromParent();
386 NewMI->eraseFromParent();
461 MI->eraseFromParent();
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 680 I->eraseFromParent();
700 BBTerm->eraseFromParent();
758 CondBr->eraseFromParent();
    [all...]
LoopRotation.cpp 280 LoopEntryBranch->eraseFromParent();
331 PHBI->eraseFromParent();
SimplifyCFGPass.cpp 255 BB.eraseFromParent();
277 BB.getTerminator()->eraseFromParent();
GlobalMerge.cpp 161 Globals[k]->eraseFromParent();
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 103 BB->eraseFromParent();
368 Term->eraseFromParent();
LoopSimplify.cpp 174 (*I)->getTerminator()->eraseFromParent();
272 PN->eraseFromParent();
351 ExitingBlock->eraseFromParent();
463 PN->eraseFromParent();
CloneFunction.cpp 489 PN->eraseFromParent();
520 BI->eraseFromParent();
529 Dest->eraseFromParent();
  /external/llvm/lib/VMCore/
BasicBlock.cpp 100 void BasicBlock::eraseFromParent() {
280 PN->eraseFromParent();
Function.cpp 154 void Function::eraseFromParent() {
241 BasicBlocks.begin()->eraseFromParent();
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 232 GV->eraseFromParent();
244 GV->eraseFromParent();
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 164 OldBranch->eraseFromParent();
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 158 OldBranch->eraseFromParent();
PPCFrameLowering.cpp 60 MBBI->eraseFromParent();
72 MBBI->eraseFromParent(); // remove it.
88 MBBI->eraseFromParent();
92 MI->eraseFromParent();
168 MI->eraseFromParent();
    [all...]
PPCInstrInfo.cpp 248 I->eraseFromParent();
269 I->eraseFromParent();
279 I->eraseFromParent();
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 158 GlobalDtors->eraseFromParent();
  /external/clang/lib/CodeGen/
CGVTables.cpp 257 Fn->eraseFromParent();
295 T->eraseFromParent();
435 OldThunkFn->eraseFromParent();
CGCleanup.cpp 324 Br->eraseFromParent();
418 Br->eraseFromParent();
428 Entry->eraseFromParent();
515 si->eraseFromParent();
520 condition->eraseFromParent();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 248 llvm::next(I)->eraseFromParent();
255 I->eraseFromParent();
311 I->eraseFromParent();
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 395 GEP->eraseFromParent();
765 Call->eraseFromParent();
    [all...]
  /external/llvm/docs/tutorial/
LangImpl3.html 350 F->eraseFromParent();
370 created (by calling <tt>eraseFromParent</tt>) and then calling
490 TheFunction-&gt;eraseFromParent();
498 <tt>eraseFromParent</tt> method. This allows the user to redefine a function
    [all...]

Completed in 367 milliseconds

1 23 4 5 6 7