/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 20 TargetSubtargetInfo(const Triple & TT,StringRef CPU,StringRef TuneCPU,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) TargetSubtargetInfo() argument
|
H A D | WasmEHPrepare.cpp | 176 SmallVector<BasicBlock *, 8> WL(BBs.begin(), BBs.end()); in eraseDeadBBsAndChildren() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 70 SmallVector<MachineBasicBlock *, 2> WL; getMatchingEHPad() local 97 SmallVector<MachineBasicBlock *, 8> WL(MBBs.begin(), MBBs.end()); eraseDeadBBsAndChildren() local
|
H A D | WebAssemblyExceptionInfo.cpp | 291 WL.push_back(EHPad); in discoverAndMapException() local 63 SmallVector<const MachineBasicBlock *, 8> WL; isReachableAmongDominated() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 230 MCSubtargetInfo(const Triple & TT,StringRef C,StringRef TC,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) MCSubtargetInfo() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 324 SmallVector<const CFGBlock*, 32> WL; in scanFromBlock() local
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1122 WhileStmt(const ASTContext & Ctx,VarDecl * Var,Expr * Cond,Stmt * Body,SourceLocation WL,SourceLocation LParenLoc,SourceLocation RParenLoc) WhileStmt() argument 1144 Create(const ASTContext & Ctx,VarDecl * Var,Expr * Cond,Stmt * Body,SourceLocation WL,SourceLocation LParenLoc,SourceLocation RParenLoc) Create() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 1281 copyMetadata(const Instruction & SrcInst,ArrayRef<unsigned> WL) copyMetadata() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1138 unsigned WL[4] = {LLVMContext::MD_prof, LLVMContext::MD_unpredictable, CreateCondBr() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 2119 VisitorWorkList &WL; global() member in __anon1939f28d0211::EnqueueVisitor 3516 EnqueueWorkList(VisitorWorkList & WL,const Stmt * S) EnqueueWorkList() argument 3521 EnqueueWorkList(VisitorWorkList & WL,const Attr * A) EnqueueWorkList() argument 3545 RunVisitorWorkList(VisitorWorkList & WL) RunVisitorWorkList() argument 3783 VisitorWorkList *WL = nullptr; Visit() local 3799 VisitorWorkList *WL = nullptr; Visit() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 699 WorkList WL; global() member in __anon0d3d1f130511::ClusterAnalysis
|
H A D | BugReporter.cpp | 3056 DFSWorkList WL; findReportInEquivalenceClass() local
|