Searched refs:lowerIntrinsics (Results 1 – 7 of 7) sorted by relevance
58 bool lowerIntrinsics(Module &M) { in lowerIntrinsics() function72 bool runOnModule(Module &M) { return lowerIntrinsics(M); } in runOnModule()89 if (!lowerIntrinsics(M)) in run()
121 static bool lowerIntrinsics(Module &M) { in lowerIntrinsics() function219 bool runOnModule(Module &M) override { return lowerIntrinsics(M); } in runOnModule()236 if (!lowerIntrinsics(M)) in run()
75 bool lowerIntrinsics(Function *F);
80 bool lowerIntrinsics(Function *F);
444 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics() function in InstrProfiling572 MadeChange |= lowerIntrinsics(&F); in run()
410 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics() function in InstrProfiling533 MadeChange |= lowerIntrinsics(&F); in run()