Searched refs:CalledF (Results 1 – 4 of 4) sorted by relevance
53 Function *CalledF, uint64_t NewCount) { in runCGProfilePass() argument56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()57 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()59 uint64_t &Count = Counts[std::make_pair(F, CalledF)]; in runCGProfilePass()
1219 auto CalledF = CB->getCalledFunction(); in createFunctionControlFlow() local1220 if (CalledF && !CalledF->isIntrinsic()) in createFunctionControlFlow()1221 CFs.push_back((Constant *)IRB.CreatePointerCast(CalledF, PtrTy)); in createFunctionControlFlow()
64 Function *CalledF = CI->getCalledFunction(); in runOnFunction() local65 if (CalledF && CalledF->isIntrinsic()) { in runOnFunction()67 switch (CalledF->getIntrinsicID()) { in runOnFunction()
532 Function *CalledF, unsigned OpIdx) { in getPointeeTypeByCallInst() argument536 return IntegerType::getInt8Ty(CalledF->getContext()); in getPointeeTypeByCallInst()693 } else if (Function *CalledF = CI->getCalledFunction()) { in deduceElementTypeHelper() local695 getOclOrSpirvBuiltinDemangledName(CalledF->getName()); in deduceElementTypeHelper()702 else if (Type *KnownRetTy = GR->findDeducedElementType(CalledF)) in deduceElementTypeHelper()832 Function *CalledF = CI->getCalledFunction(); in deduceOperandElementTypeCalledFunction() local833 if (!CalledF) in deduceOperandElementTypeCalledFunction()836 getOclOrSpirvBuiltinDemangledName(CalledF->getName()); in deduceOperandElementTypeCalledFunction()839 const SPIRVSubtarget &ST = TM->getSubtarget<SPIRVSubtarget>(*CalledF); in deduceOperandElementTypeCalledFunction()1608 Function *CalledF = CI->getCalledFunction(); in insertPtrCastOrAssignTypeInstr() local[all …]