Searched refs:TheFn (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp107 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); local
109 CallInst *CI = createCallHelper(TheFn, Ops, this);
135 Function *TheFn = Intrinsic::getDeclaration( local
138 CallInst *CI = createCallHelper(TheFn, Ops, this);
176 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); local
178 CallInst *CI = createCallHelper(TheFn, Ops, this);
217 Function *TheFn = Intrinsic::getDeclaration( local
220 CallInst *CI = createCallHelper(TheFn, Ops, this);
255 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); local
257 CallInst *CI = createCallHelper(TheFn, Op
292 Function *TheFn = Intrinsic::getDeclaration( local
417 Function *TheFn = local
433 Function *TheFn = local
453 Function *TheFn = local
516 Function *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp502 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn,
884 Constant *TheFn, bool &IsExported) {
889 TheFn->stripPointerCasts()->getName(), OREGetter);
891 TheFn, VCallSite.CS.getCalledValue()->getType()));
939 Function *TheFn = TargetsForSlot[0].Fn; local
941 if (TheFn != Target.Fn)
949 applySingleImplDevirt(SlotInfo, TheFn, IsExported);
956 if (TheFn->hasLocalLinkage()) {
957 std::string NewName = (TheFn->getName() + "$merged").str();
962 if (Comdat *C = TheFn
883 applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn, bool &IsExported) argument
994 auto TheFn = TargetsForSlot[0]; local
[all...]

Completed in 89 milliseconds