HomeSort by: relevance | last modified time | path
    Searched refs:fpm (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 1068 /// @param fpm a function pass manager holding optional IR to IR
1077 llvm::legacy::FunctionPassManager &fpm, llvm::Function &toInvoke,
1320 fpm.run(*ret);
1332 /// @param fpm a function pass manager holding optional IR to IR
1342 llvm::legacy::FunctionPassManager &fpm,
1428 fpm.run(*ret);
1452 /// @param fpm a function pass manager holding optional IR to IR
1459 llvm::legacy::FunctionPassManager &fpm,
1475 fpm,
1487 fpm,
    [all...]
  /src/usr.sbin/sysinst/arch/x68k/
md.c 235 if (fpm->ptsize <= 0) { /* XXX: should not be 0; minfsdb? */
  /src/sys/arch/hppa/hppa/
pmap.c 1342 pmap_t fpm = pve->pv_pmap; local
1344 pt_entry_t pte = pmap_vp_find(fpm, fva);
1350 if (pm == fpm && va == fva)
1353 fdcache(fpm->pm_space, fva, PAGE_SIZE);
1354 ficache(fpm->pm_space, fva, PAGE_SIZE);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 2709 (** [initialize fpm] initializes all of the function passes scheduled in the
2710 function pass manager [fpm]. Returns [true] if any of the passes modified
2715 (** [run_function f fpm] executes all of the function passes scheduled in the
2716 function pass manager [fpm] over the function [f]. Returns [true] if any
2721 (** [finalize fpm] finalizes all of the function passes scheduled in the
2722 function pass manager [fpm]. Returns [true] if any of the passes
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d 3992 void function() fpm;
4030 void function() fpm;
4062 static assert(!hasStaticMember!(S, "fpm"));
4087 static assert(!hasStaticMember!(C, "fpm"));
4113 static assert(!hasStaticMember!(P, "fpm"));

Completed in 29 milliseconds