Searched refs:OtherUse (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGUseKind.h60 OtherUse, enumerator in enum:JSC::DFG::UseKind
109 case OtherUse:
H A DDFGUseKind.cpp106 case OtherUse:
H A DDFGSafeToExecute.h64 case OtherUse:
H A DDFGFixupPhase.cpp841 fixEdge<OtherUse>(node->child1());
848 Edge(node->child1().node(), OtherUse));
849 observeUseKindOnNode<OtherUse>(node->child1().node());
H A DDFGSpeculativeJIT.cpp4861 case OtherUse:
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLCapabilities.cpp378 case OtherUse:
H A DFTLLowerDFGToLLVM.cpp5321 case OtherUse:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2557 Instruction *OtherUse = dyn_cast<Instruction>(*UseIter); local
2558 if (!OtherUse || OtherUse == UserInst)
2560 if (SE.isSCEVable(OtherUse->getType())
2561 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse))
2562 && IU.isIVUserOrOperand(OtherUse)) {
2565 NearUsers.insert(OtherUse);

Completed in 208 milliseconds