Searched refs:toReplace (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 889 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 …]
|
D | RewriteStatepointsForGC.cpp | 1148 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/ |
D | Pick.java | 68 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/ |
D | SkPictureFlat.h | 412 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/ |
D | SsaBasicBlock.java | 768 NormalSsaInsn toReplace = new NormalSsaInsn( in scheduleUseBeforeAssigned() local 774 toSchedule.set(insertPlace, toReplace); in scheduleUseBeforeAssigned()
|