/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GuardUtils.cpp | 73 auto *WC = B.CreateIntrinsic(Intrinsic::experimental_widenable_condition, in makeGuardControlFlowExplicit() local 90 Use *C, *WC; in widenWidenableBranch() local 111 Use *C, *WC; in setWidenableBranchCond() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | gh64876.cpp | 3 void f(const char* C, const wchar_t *WC) { in f()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | GuardUtils.cpp | 57 Use *C, *WC; in parseWidenableBranch() local 69 bool llvm::parseWidenableBranch(User *U, Use *&C,Use *&WC, in parseWidenableBranch()
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | tag-types.cpp | 23 wchar_t WC; member
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 770 Checks.push_back(WC); in widenWidenableBranchGuardConditions() local 1084 if (auto WC = extractWidenableCondition(BI)) predicateLoopExits() local
|
H A D | GuardWidening.cpp | 129 return cast<Instruction>(WC)->getIterator(); in findInsertionPointForWideCondition() local 88 Value *Cond, *WC; getCondition() local
|
/llvm-project/clang/test/AST/Interp/ |
H A D | lambda.cpp |
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | TUScheduler.cpp | 1354 WithContext WC(std::move(Ctx)); startTask() local 1364 WithContext WC(Ctx.clone()); startTask() local 1733 WithContext WC(std::move(Ctx)); runWithSemaphore() local
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 627 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument 655 loadInput(const WeightedFile & Input,SymbolRemapper * Remapper,const InstrProfCorrelator * Correlator,const StringRef ProfiledBinary,WriterContext * WC) loadInput() argument 1099 adjustInstrProfile(std::unique_ptr<WriterContext> & WC,std::unique_ptr<sampleprof::SampleProfileReader> & Reader,unsigned SupplMinSizeThreshold,float ZeroCounterThreshold,unsigned InstrProfColdThreshold) adjustInstrProfile() argument 1387 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, supplementInstrProfile() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 1070 const auto WC = CTy.getBitWidth(); simplifySymbolCast() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 220 unsigned &WC = getCounterRef(Wait, T); in addWait() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 8050 const auto *WC = cast<OpenACCWaitClause>(C); writeOpenACCClause() local [all...] |