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

  /external/llvm/include/llvm/
BasicBlock.h 74 typedef iplist<Instruction> InstListType;
76 InstListType InstList;
96 typedef InstListType::iterator iterator;
97 typedef InstListType::const_iterator const_iterator;
204 const InstListType &getInstList() const { return InstList; }
205 InstListType &getInstList() { return InstList; }
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 56 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
63 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 196 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL,
215 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 685 BasicBlock::InstListType &InstList = (*PI)->getInstList();
686 BasicBlock::InstListType::reverse_iterator RI = InstList.rbegin();
687 BasicBlock::InstListType::reverse_iterator RE = InstList.rend();
    [all...]

Completed in 2315 milliseconds