Searched defs:WC (Results 1 – 8 of 8) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | GuardUtils.cpp | 55 Use *C, *WC; parseWidenableBranch() local 67 parseWidenableBranch(User * U,Use * & C,Use * & WC,BasicBlock * & IfTrueBB,BasicBlock * & IfFalseBB) parseWidenableBranch() argument
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 63 #define WC "%lc" macro 97 #define WC "%c" macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 846 Value *Cond, *WC; widenWidenableBranchGuardConditions() local 1075 Value *Cond, *WC; FindWidenableTerminatorAboveLoop() local 1167 Use *Cond, *WC; predicateLoopExits() local
|
H A D | GuardWidening.cpp | 88 Value *Cond, *WC; in getCondition() local 129 if (auto WC = extractWidenableCondition(WCOrGuard)) in findInsertionPointForWideCondition() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 627 const std::string &TestFilename, WriterContext *WC, in overlapInput() 655 const StringRef ProfiledBinary, WriterContext *WC) { in loadInput() 1099 adjustInstrProfile(std::unique_ptr<WriterContext> &WC, in adjustInstrProfile() 1387 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 220 unsigned &WC = getCounterRef(Wait, T); in addWait() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 8048 const auto *WC = cast<OpenACCWaitClause>(C); in writeOpenACCClause() local
|