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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp36 /// LowerIntrinsics - This pass rewrites calls to the llvm.gcread or
40 class LowerIntrinsics : public FunctionPass { class in namespace:__anon3468
46 LowerIntrinsics();
81 INITIALIZE_PASS_BEGIN(LowerIntrinsics, "gc-lowering", "GC Lowering", false,
84 INITIALIZE_PASS_END(LowerIntrinsics, "gc-lowering", "GC Lowering", false, false)
86 FunctionPass *llvm::createGCLoweringPass() { return new LowerIntrinsics(); }
88 char LowerIntrinsics::ID = 0;
90 LowerIntrinsics::LowerIntrinsics() : FunctionPass(ID) { function in class:LowerIntrinsics
94 StringRef LowerIntrinsics
[all...]

Completed in 101 milliseconds