Home
last modified time | relevance | path

Searched refs:toReplace (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp889 CallInst *toReplace = cast<CallInst>(CS.getInstruction()); in ReplaceWithStatepoint() local
893 Call->setTailCall(toReplace->isTailCall()); in ReplaceWithStatepoint()
894 Call->setCallingConv(toReplace->getCallingConv()); in ReplaceWithStatepoint()
897 AttributeSet new_attrs = toReplace->getAttributes(); in ReplaceWithStatepoint()
908 BasicBlock::iterator next(toReplace); in ReplaceWithStatepoint()
943 InvokeInst *toReplace = cast<InvokeInst>(CS.getInstruction()); in ReplaceWithStatepoint() local
949 gc_statepoint_decl, toReplace->getNormalDest(), in ReplaceWithStatepoint()
950 toReplace->getUnwindDest(), args, "", toReplace->getParent()); in ReplaceWithStatepoint()
951 invoke->setCallingConv(toReplace->getCallingConv()); in ReplaceWithStatepoint()
955 AttributeSet new_attrs = toReplace->getAttributes(); in ReplaceWithStatepoint()
[all …]
DRewriteStatepointsForGC.cpp1148 CallInst *toReplace = cast<CallInst>(CS.getInstruction()); in makeStatepointExplicitImpl() local
1151 call->setTailCall(toReplace->isTailCall()); in makeStatepointExplicitImpl()
1152 call->setCallingConv(toReplace->getCallingConv()); in makeStatepointExplicitImpl()
1156 AttributeSet new_attrs = legalizeCallAttributes(toReplace->getAttributes()); in makeStatepointExplicitImpl()
1166 BasicBlock::iterator next(toReplace); in makeStatepointExplicitImpl()
1174 InvokeInst *toReplace = cast<InvokeInst>(CS.getInstruction()); in makeStatepointExplicitImpl() local
1180 gc_statepoint_decl, toReplace->getNormalDest(), in makeStatepointExplicitImpl()
1181 toReplace->getUnwindDest(), args, "", toReplace->getParent()); in makeStatepointExplicitImpl()
1182 invoke->setCallingConv(toReplace->getCallingConv()); in makeStatepointExplicitImpl()
1186 AttributeSet new_attrs = legalizeCallAttributes(toReplace->getAttributes()); in makeStatepointExplicitImpl()
[all …]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DPick.java68 public Pick replace(String toReplace, Pick replacement) { in replace() argument
69 Replacer visitor = new Replacer(toReplace, replacement); in replace()
536 String toReplace; field in Pick.Replacer
538 Replacer(String toReplace, Pick replacement) { in Replacer() argument
539 this.toReplace = toReplace; in Replacer()
543 if (toReplace.equals(a.name)) { in handle()
/external/skia/src/core/
DSkPictureFlat.h412 const SkFlatData* toReplace, in findAndReplace() argument
422 if (!*added || toReplace == NULL) { in findAndReplace()
428 const SkFlatData* found = fHash.find(*toReplace); in findAndReplace()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaBasicBlock.java768 NormalSsaInsn toReplace = new NormalSsaInsn( in scheduleUseBeforeAssigned() local
774 toSchedule.set(insertPlace, toReplace); in scheduleUseBeforeAssigned()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...