HomeSort by relevance Sort by last modified time
    Searched refs:IE (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /external/llvm/lib/Analysis/
CallGraph.cpp 84 for (BasicBlock::iterator II = BB->begin(), IE = BB->end(); II != IE;
136 // functions (ie, there are no edges in it's CGN). The easiest way to do this
CostModel.cpp 476 const InsertElementInst * IE = cast<InsertElementInst>(I);
477 ConstantInt *CI = dyn_cast<ConstantInt>(IE->getOperand(2));
482 IE->getType(), Idx);
LoopInfo.cpp 267 for (block_iterator I = block_begin(), IE = block_end(); I != IE; ++I) {
272 for (unsigned i = 0, ie = TI->getNumSuccessors(); i != ie; ++i) {
304 for (block_iterator I = block_begin(), IE = block_end(); I != IE; ++I) {
306 for (unsigned i = 0, ie = TI->getNumSuccessors(); i != ie; ++i) {
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 100 *IE = InstrItins->endStage(InsnClass); IS != IE; ++IS, ++i) {
ScheduleDAGInstrs.cpp 105 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
106 I != IE; ++I) {
695 for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end();
696 I != IE; ++I) {
    [all...]
  /external/llvm/lib/Support/
SpecialCaseList.cpp 146 IE = I->second.end();
147 II != IE; ++II) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 91 IE = 2,
113 case IE: return "ie";
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 69 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end();
70 I != IE; ++I) {
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 445 // would have happened in the callee anyway (ie, there is a load in the entry
481 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end();
482 II != IE; ++II)
686 for (User::op_iterator II = UI->op_begin() + 1, IE = UI->op_end();
687 II != IE; ++II)
    [all...]
  /external/v8/test/mjsunit/
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
string-split.js 91 * IE: a,b
103 * IE: a,b
html-string-funcs.js 28 // Spidermonkey and IE has some string functions useable for building
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-tpiecomm1.d 7 # Make sure we can link a file with IE relocs against common
  /external/llvm/lib/ProfileData/
InstrProf.cpp 28 std::string message(int IE) const override {
29 instrprof_error E = static_cast<instrprof_error>(IE);
171 auto IE = ValueData.end();
175 while (I != IE && I->Value < J->Value)
177 if (I != IE && I->Value == J->Value) {
  /external/v8/test/webkit/fast/js/kde/
math.js 87 shouldBe("Math.max(1)", "1"); // NS 4.x and IE 5.x seem to know about 2 arg version only
88 shouldBe("Math.max(1, 2, 3)", "3"); // NS 4.x and IE 5.x seem to know about 2 arg version only
statements.js 42 shouldBe("testSwitch(1)", "'bcd'"); // IE agrees, NS disagrees
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 248 } else if (const ImplicitCastExpr *IE =
250 SVal Val = C.getSVal(IE->getSubExpr());
  /external/llvm/lib/IR/
BasicBlock.cpp 410 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) {
Attributes.cpp 581 IE = ASN->end(); II != IE; ++II) {
846 IE = Attrs.pImpl->end(I); II != IE; ++II)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 250 for (BasicBlock::iterator II = BI->begin(), IE = BI->end(); II != IE;
NVPTXGenericToNVVM.cpp 114 for (BasicBlock::iterator II = BBI->begin(), IE = BBI->end(); II != IE;
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 469 IE = Header->getFirstInsertionPt(); I != IE; ++I) {
544 IE = Header->getFirstInsertionPt(); I != IE; ++I) {
615 IE = Roots.end(); I != IE; ++I)
    [all...]
  /external/llvm/unittests/IR/
PassManagerTest.cpp 42 for (BasicBlock::iterator II = BBI->begin(), IE = BBI->end(); II != IE;
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 238 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) {
739 II = InstDefs.begin(), IE = InstDefs.end(); II != IE; ++II) {
816 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) {
    [all...]
CodeGenMapTable.cpp 528 II = ColFieldValueMap.begin(), IE = ColFieldValueMap.end();
529 II != IE; II++) {

Completed in 479 milliseconds

1 23 4 5 6 7 8