|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Instruction.h 92 void removeFromParent();
References
lib/CodeGen/CodeGenPrepare.cpp 2314 Inst->removeFromParent();
2595 Inst->removeFromParent();
5221 Pt->removeFromParent();
5233 Inst->removeFromParent();
7141 DVI->removeFromParent();
7241 I->removeFromParent();
lib/CodeGen/WinEHPrepare.cpp 1204 Goto->removeFromParent();
1205 CatchRet->removeFromParent();
lib/IR/Core.cpp 2728 unwrap<Instruction>(Inst)->removeFromParent();
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp 2020 LastInst->removeFromParent();
lib/Transforms/Scalar/JumpThreading.cpp 2440 PredTerm->removeFromParent();
lib/Transforms/Scalar/LoopUnswitch.cpp 965 OldBranch->removeFromParent();
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp 702 C.Ins->removeFromParent();
lib/Transforms/Utils/LibCallsShrinkWrap.cpp 496 CI->removeFromParent();
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp 537 IM->removeFromParent();
tools/clang/lib/CodeGen/CodeGenFunction.cpp 2363 Assumption->removeFromParent();
unittests/IR/IRBuilderTest.cpp 738 I->removeFromParent();