Searched refs:Remove (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h40 ~RegisterRegAlloc() { Registry.Remove(this); }
H A DSchedulerRegistry.h44 ~RegisterScheduler() { Registry.Remove(this); }
H A DMachinePassRegistry.h109 /// Remove - Removes a function pass from the registration list.
111 void Remove(MachinePassRegistryNode *Node);
H A DMachineScheduler.h128 ~MachineSchedRegistry() { Registry.Remove(this); }
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp45 /// Remove - Removes a function pass from the registration list.
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
H A DTailDuplication.cpp91 bool Remove);
389 const DenseSet<unsigned> &RegsUsedByPhi, bool Remove) {
404 if (!Remove)
407 // Remove PredBB from the PHI node.
782 // Remove PredBB's unconditional branch.
954 /// RemoveDeadBlock - Remove the specified dead machine basic block from the
960 // Remove all successors.
964 // Remove the block.
385 ProcessPHI( MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, DenseMap<unsigned, unsigned> &LocalVRMap, SmallVectorImpl<std::pair<unsigned, unsigned> > &Copies, const DenseSet<unsigned> &RegsUsedByPhi, bool Remove) argument
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.S73 sub.d $f0,$f4,$f2 # Remove fudge factor
76 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DSanitizerArgs.cpp49 unsigned Add, Remove; local
50 if (!parse(D, Args, *I, Add, Remove, true))
55 AllRemove |= expandGroups(Remove);
296 unsigned &Remove, bool DiagnoseErrors) {
298 Remove = 0;
304 Remove = Address;
310 Remove = Thread;
323 Remove = parse(D, A, DiagnoseErrors);
342 unsigned Add, Remove; local
343 if (parse(D, Args, *I, Add, Remove, fals
294 parse(const Driver &D, const llvm::opt::ArgList &Args, const llvm::opt::Arg *A, unsigned &Add, unsigned &Remove, bool DiagnoseErrors) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h65 // Remove - remove I from the worklist if it exists.
66 void Remove(Instruction *I) { function in class:llvm::InstCombineWorklist
H A DInstCombine.h297 Worklist.Remove(&I);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DSanitizerArgs.h97 const llvm::opt::Arg *A, unsigned &Add, unsigned &Remove,
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_start.S46 addl $16,%esp # Remove arguments from stack
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h79 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
126 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
H A DProgramState.h593 ProgramStateTrait<T>::MakeVoidPtr(ProgramStateTrait<T>::Remove(st->get<T>(), K, C)));
/freebsd-9.3-release/contrib/openpam/
H A Dcompile244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-9.3-release/contrib/file/
H A Dcompile244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp104 void Remove(JIT *jit) { function in class:__anon2224::JitPool
168 AllJits->Remove(this);
/freebsd-9.3-release/share/mk/
H A Dbsd.dep.mk30 # Remove depend and tags file
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME121 Remove the following lines from the files.i386 file, if they exist:
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp293 std::set<ArgPromotion::IndicesVector>::iterator Remove = Low; local
295 Safe.erase(Remove);
/freebsd-9.3-release/crypto/openssl/
H A Dopenssl.spec149 - Remove the incorrect installation of '%{openssldir}/lib'.
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dalways.sh402 Remove mismatch: /difftype/first/first/fifo (fifo file became directory)
H A Dtests.sh146 # /first/equal/second: Remove unmodified files. The files
498 # /rmdir/partial: Remove a complete hierarchy when part of the
982 Remove mismatch: /difftype/first/first/fifo (fifo file became directory)
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec414 - Remove noip6 option. This may be controlled at run-time in client config
690 - Remove /usr/X11R6/bin from the path-fixing patch.
695 - Remove the default path and mimic login's behavior in the server itself.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lang.c556 5. Remove everything after first ___ if it is followed by
560 8. Remove trailing X[bn]* suffix (indicating names in package bodies).
3597 /* Remove any non-debugging symbols in SYMS[0 .. NSYMS-1] that definitely

Completed in 310 milliseconds

12