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

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 56 bb0->dropAllReferences();
57 bb1->dropAllReferences();
  /external/llvm/lib/IR/
Module.cpp 54 dropAllReferences();
430 // dropAllReferences() - This function causes all the subelements to "let go"
437 void Module::dropAllReferences() {
439 I->dropAllReferences();
442 I->dropAllReferences();
445 I->dropAllReferences();
LLVMContextImpl.cpp 49 P.second->dropAllReferences();
59 P.first->dropAllReferences();
BasicBlock.cpp 81 dropAllReferences();
176 void BasicBlock::dropAllReferences() {
178 I->dropAllReferences();
Function.cpp 220 dropAllReferences(); // After this it is safe to delete instructions.
263 // dropAllReferences() - This function causes all the subinstructions to "let
271 void Function::dropAllReferences() {
273 I->dropAllReferences();
Metadata.cpp 533 dropAllReferences();
561 /// dropAllReferences - Remove all uses and clear node vector.
562 void NamedMDNode::dropAllReferences() {
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 83 I->dropAllReferences();
LoopDeletion.cpp 222 (*LI)->dropAllReferences();
SimplifyCFGPass.cpp 212 BB->dropAllReferences();
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 296 CB->dropAllReferences();
449 IfTrue1->dropAllReferences();
455 IfFalse1->dropAllReferences();
460 SecondEntryBlock->dropAllReferences();
IntegerDivision.cpp 347 Rem->dropAllReferences();
363 Rem->dropAllReferences();
400 Div->dropAllReferences();
416 Div->dropAllReferences();
468 Rem->dropAllReferences();
520 Div->dropAllReferences();
Local.cpp     [all...]
  /external/llvm/include/llvm/IR/
BasicBlock.h 238 void dropAllReferences();
Metadata.h 208 /// dropAllReferences - Remove all uses and clear node vector.
209 void dropAllReferences();
User.h 160 // dropAllReferences() - This function is in charge of "letting go" of all
168 void dropAllReferences() {
Function.h 344 dropAllReferences();
450 /// dropAllReferences() - This method causes all the subinstructions to "let
462 void dropAllReferences();
Module.h 219 /// The module destructor. This will dropAllReferences.
585 void dropAllReferences();
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 373 RSMetadataStrTab->dropAllReferences();
449 RSTypeInfo->dropAllReferences();
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 86 BB->dropAllReferences();
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 386 N->dropAllReferences();
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 401 milliseconds