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

  /external/webkit/Source/JavaScriptCore/bytecode/
Instruction.h 62 bool isChain;
75 isChain = false;
83 isChain = false;
91 isChain = true;
117 if (info.u.proto && !info.isChain)
119 if (info.u.chain && info.isChain)
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 426 bool isChain = OpVT == MVT::Other;
432 assert((PhysReg == 0 || !isChain) &&
443 unsigned OpLatency = isChain ? 1 : OpSU->Latency;
445 if(isChain && OpN->getOpcode() == ISD::TokenFactor)
448 const SDep &dep = SDep(OpSU, isChain ? SDep::Order : SDep::Data,
450 if (!isChain && !UnitLatencies) {

Completed in 100 milliseconds