Home
last modified time | relevance | path

Searched refs:NeedsCustomLoweringPass (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp45 static bool NeedsCustomLoweringPass(const GCStrategy &C);
167 if (NeedsCustomLoweringPass(**I)) in doInitialization()
211 bool LowerIntrinsics::NeedsCustomLoweringPass(const GCStrategy &C) { in NeedsCustomLoweringPass() function in LowerIntrinsics
261 bool UseCustomLoweringPass = NeedsCustomLoweringPass(S); in runOnFunction()