HomeSort by relevance Sort by last modified time
    Searched full:iscloned (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 43 bool IsClone, bool IsCloned,
55 bool IsClone, bool IsCloned,
71 bool IsDebug, bool IsClone, bool IsCloned);
82 bool IsDebug, bool IsClone, bool IsCloned);
93 bool IsClone, bool IsCloned);
105 bool IsClone, bool IsCloned);
119 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned,
122 EmitMachineNode(Node, IsClone, IsCloned, VRBaseMap);
124 EmitSpecialNode(Node, IsClone, IsCloned, VRBaseMap);
138 void EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
    [all...]
InstrEmitter.cpp 84 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned,
108 if (!IsClone && !IsCloned)
209 bool IsClone, bool IsCloned,
229 if (!VRBase && !IsClone && !IsCloned)
300 bool IsDebug, bool IsClone, bool IsCloned) {
338 !(IsClone || IsCloned);
362 bool IsDebug, bool IsClone, bool IsCloned) {
365 IsDebug, IsClone, IsCloned);
420 IsDebug, IsClone, IsCloned);
452 bool IsClone, bool IsCloned) {
    [all...]
ScheduleDAGSDNodes.cpp 103 Old->isCloned = true;
839 Emitter.EmitNode(GluedNodes.back(), SU->OrigNode != SU, SU->isCloned,
846 Emitter.EmitNode(SU->getNode(), SU->OrigNode != SU, SU->isCloned,
    [all...]
  /external/webkit/Source/WebCore/dom/
MessagePort.h 104 bool isEntangled() { return !m_closed && !isCloned(); }
106 bool isCloned() { return !m_entangledChannel; }
MessagePort.cpp 214 if (!port || port->isCloned() || portSet.contains(port)) {
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 312 bool isCloned : 1; // True if this node has been cloned.
337 isCloned(false), SchedulingPref(Sched::None),
351 isCloned(false), SchedulingPref(Sched::None),
364 isCloned(false), SchedulingPref(Sched::None),
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java 715 assertFalse("isCloned", cpc2.isForwardCheckingSupported());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 660 milliseconds