Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp129 static bool lowerExpectIntrinsic(Function &F) { in lowerExpectIntrinsic() function
162 if (lowerExpectIntrinsic(F)) in run()
182 bool runOnFunction(Function &F) override { return lowerExpectIntrinsic(F); } in runOnFunction()