Lines Matching defs:OutlinedFunc
6315 // 'F' has a dummy DISubprogram which causes OutlinedFunc to also
6316 // have a DISubprogram. In this case, the call to OutlinedFunc needs
6327 Function *OutlinedFunc = FCall->getCalledFunction();
6328 EXPECT_NE(OutlinedFunc, nullptr);
6329 StringRef FunctionName2 = OutlinedFunc->getName();
6334 EXPECT_EQ(OutlinedFunc->getFnAttribute("target-cpu"),
6336 EXPECT_EQ(OutlinedFunc->getFnAttribute("target-features"),
6609 // 'F' has a dummy DISubprogram which causes OutlinedFunc to also
6610 // have a DISubprogram. In this case, the call to OutlinedFunc needs
6616 Function *OutlinedFunc = FCall->getCalledFunction();
6617 EXPECT_NE(OutlinedFunc, nullptr);
6618 StringRef FunctionName2 = OutlinedFunc->getName();