HomeSort by: relevance | last modified time | path
    Searched defs:lowerIntrinsics (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp 121 static bool lowerIntrinsics(Module &M) {
219 bool runOnModule(Module &M) override { return lowerIntrinsics(M); }
236 if (!lowerIntrinsics(M))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 445 bool InstrProfiling::lowerIntrinsics(Function *F) {
574 MadeChange |= lowerIntrinsics(&F);

Completed in 31 milliseconds