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

  /external/llvm/include/llvm/IR/
BasicBlock.h 76 typedef iplist<Instruction> InstListType;
78 InstListType InstList;
100 typedef InstListType::iterator iterator;
101 typedef InstListType::const_iterator const_iterator;
102 typedef InstListType::reverse_iterator reverse_iterator;
103 typedef InstListType::const_reverse_iterator const_reverse_iterator;
219 const InstListType &getInstList() const { return InstList; }
220 InstListType &getInstList() { return InstList; }
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 57 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
64 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 199 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL,
218 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
    [all...]
Local.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 1747 milliseconds