Searched defs:WC (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/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
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/nvi/common/ |
H A D | multibyte.h | 63 #define WC "%lc" macro 97 #define WC "%c" macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 770 auto WC = extractWidenableCondition(BI); in widenWidenableBranchGuardConditions() local 1084 if (auto WC = extractWidenableCondition(BI)) in predicateLoopExits() local
|
H A D | GuardWidening.cpp | 87 Value *Cond, *WC; getCondition() local 127 if (auto WC = extractWidenableCondition(WCOrGuard)) findInsertionPointForWideCondition() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 589 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument 617 loadInput(const WeightedFile & Input,SymbolRemapper * Remapper,const InstrProfCorrelator * Correlator,const StringRef ProfiledBinary,WriterContext * WC) loadInput() argument 1041 adjustInstrProfile(std::unique_ptr<WriterContext> & WC,std::unique_ptr<sampleprof::SampleProfileReader> & Reader,unsigned SupplMinSizeThreshold,float ZeroCounterThreshold,unsigned InstrProfColdThreshold) adjustInstrProfile() argument 1329 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, supplementInstrProfile() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 1070 const auto WC = CTy.getBitWidth(); in simplifySymbolCast() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 216 unsigned &WC = getCounterRef(Wait, T); addWait() local
|