Searched defs:NeedsCustomLoweringPass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp45 static bool NeedsCustomLoweringPass(const GCStrategy &C);
165 if (NeedsCustomLoweringPass(**I))
209 bool LowerIntrinsics::NeedsCustomLoweringPass(const GCStrategy &C) { function in class:LowerIntrinsics
259 bool UseCustomLoweringPass = NeedsCustomLoweringPass(S);

Completed in 637 milliseconds