HomeSort by: relevance | last modified time | path
    Searched refs:dropAllReferences (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp 63 I->dropAllReferences();
66 I->dropAllReferences();
85 I->dropAllReferences();
87 I->dropAllReferences();
89 I->dropAllReferences();
91 I->dropAllReferences();
Module.cpp 83 dropAllReferences();
526 // dropAllReferences() - This function causes all the subelements to "let go"
533 void Module::dropAllReferences() {
535 F.dropAllReferences();
538 GV.dropAllReferences();
541 GA.dropAllReferences();
544 GIF.dropAllReferences();
BasicBlock.cpp 89 dropAllReferences();
259 void BasicBlock::dropAllReferences() {
261 I.dropAllReferences();
Globals.cpp 418 void GlobalVariable::dropAllReferences() {
419 User::dropAllReferences();
Function.cpp 412 dropAllReferences(); // After this it is safe to delete instructions.
503 // dropAllReferences() - This function causes all the subinstructions to "let
511 void Function::dropAllReferences() {
515 BB.dropAllReferences();
524 User::dropAllReferences();
DebugInfoMetadata.cpp 1616 void DIArgList::dropAllReferences() {
1619 MDNode::dropAllReferences();
Metadata.cpp 702 void MDNode::dropAllReferences() {
748 // dropAllReferences(), but we still need the use-list).
1110 dropAllReferences();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceFunctions.cpp 43 F.dropAllReferences();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalVariable.h 69 dropAllReferences();
179 void dropAllReferences();
User.h 299 void dropAllReferences() {
Function.h 732 dropAllReferences();
890 /// dropAllReferences() - This method causes all the subinstructions to "let
902 void dropAllReferences();
BasicBlock.h 387 void dropAllReferences();
Metadata.h 924 void dropAllReferences();
1149 ~MDTuple() { dropAllReferences(); }
1451 void dropAllReferences() { clearOperands(); }
Module.h 218 /// The module destructor. This will dropAllReferences.
813 void dropAllReferences();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 395 Rem->dropAllReferences();
413 Rem->dropAllReferences();
454 Div->dropAllReferences();
472 Div->dropAllReferences();
523 Rem->dropAllReferences();
571 Rem->dropAllReferences();
620 Div->dropAllReferences();
669 Div->dropAllReferences();
FlattenCFG.cpp 309 CB->dropAllReferences();
512 IfTrue1->dropAllReferences();
518 IfFalse1->dropAllReferences();
523 SecondEntryBlock->dropAllReferences();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
BDCE.cpp 111 I.dropAllReferences();
TailRecursionElimination.cpp 699 RetPN->dropAllReferences();
702 RetKnownPN->dropAllReferences();
ADCE.cpp 557 I.dropAllReferences();
SimpleLoopUnswitch.cpp 1531 BB->dropAllReferences();
1606 BB->dropAllReferences();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.h 621 virtual void dropAllReferences(VPValue *NewValue) = 0;
1570 void dropAllReferences(VPValue *NewValue) override;
1630 Entry->dropAllReferences(&DummyValue);
1678 void dropAllReferences(VPValue *NewValue) override;
1995 Block->dropAllReferences(&DummyValue);
VPlan.cpp 363 void VPBasicBlock::dropAllReferences(VPValue *NewValue) {
437 void VPRegionBlock::dropAllReferences(VPValue *NewValue) {
441 Block->dropAllReferences(NewValue);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TypePromotion.cpp 647 I->dropAllReferences();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Inliner.cpp 889 Callee.dropAllReferences();
MergeFunctions.cpp 533 BB.dropAllReferences();

Completed in 75 milliseconds

1 2