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

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 56 bb0->dropAllReferences();
57 bb1->dropAllReferences();
  /external/llvm/lib/IR/
Module.cpp 57 dropAllReferences();
432 // dropAllReferences() - This function causes all the subelements to "let go"
439 void Module::dropAllReferences() {
441 F.dropAllReferences();
444 GV.dropAllReferences();
447 GA.dropAllReferences();
LLVMContextImpl.cpp 53 P.second->dropAllReferences();
63 P.first->dropAllReferences();
BasicBlock.cpp 85 dropAllReferences();
180 void BasicBlock::dropAllReferences() {
182 I->dropAllReferences();
Metadata.cpp 536 dropAllReferences();
564 /// dropAllReferences - Remove all uses and clear node vector.
565 void NamedMDNode::dropAllReferences() {
Function.cpp 243 dropAllReferences(); // After this it is safe to delete instructions.
286 // dropAllReferences() - This function causes all the subinstructions to "let
294 void Function::dropAllReferences() {
296 I->dropAllReferences();
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 398 Rem->dropAllReferences();
414 Rem->dropAllReferences();
456 Div->dropAllReferences();
472 Div->dropAllReferences();
524 Rem->dropAllReferences();
574 Rem->dropAllReferences();
625 Div->dropAllReferences();
675 Div->dropAllReferences();
FlattenCFG.cpp 297 CB->dropAllReferences();
449 IfTrue1->dropAllReferences();
455 IfFalse1->dropAllReferences();
460 SecondEntryBlock->dropAllReferences();
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 87 I->dropAllReferences();
LoopDeletion.cpp 226 (*LI)->dropAllReferences();
  /external/llvm/include/llvm/IR/
BasicBlock.h 243 void dropAllReferences();
User.h 153 // dropAllReferences() - This function is in charge of "letting go" of all
161 void dropAllReferences() {
Function.h 345 dropAllReferences();
468 /// dropAllReferences() - This method causes all the subinstructions to "let
480 void dropAllReferences();
Metadata.h 252 /// dropAllReferences - Remove all uses and clear node vector.
253 void dropAllReferences();
Module.h 229 /// The module destructor. This will dropAllReferences.
613 void dropAllReferences();
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 84 BB->dropAllReferences();
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 383 N->dropAllReferences();
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 126 milliseconds