Searched defs:Repl (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DRegex.cpp136 std::string Regex::sub(StringRef Repl, StringRef String, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Ddriver.cpp132 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); local
135 OS << "### Replacing '" << Args[i] << "' with '" << Repl << "'\n"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp946 void GVNHoist::makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, argument
987 updateAlignment(Instruction *I, Instruction *Repl) argument
1004 rauw(const SmallVecInsn &Candidates, Instruction *Repl, MemoryUseOrDef *NewMemAcc) argument
1044 removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl, BasicBlock *DestBB, bool MoveAccess) argument
1063 makeGepOperandsAvailable( Instruction *Repl, BasicBlock *HoistPt, const SmallVecInsn &InstructionsToHoist) const argument
1104 Instruction *Repl = nullptr; local
[all...]
H A DGVN.cpp1879 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { argument
2416 Value *Repl = findLeader(I->getParent(), Num); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3408 const char *Repl = StringSwitch<const char *>(Name) local
4030 const char *Repl = StringSwitch<const char *>(Op.getToken()) local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5103 llvm::Metadata *Repl; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5104 Value *Repl = Addr; local

Completed in 369 milliseconds