Searched defs:WC (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/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
|
H A D | SimplifyCFG.cpp | 4162 Value *CondWB, *WC; in tryWidenCondBranchToCondBranch() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | GuardUtils.cpp | 48 Use *C, *WC; in parseWidenableBranch() local 60 bool llvm::parseWidenableBranch(User *U, Use *&C,Use *&WC, in parseWidenableBranch()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 844 Value *Cond, *WC; in widenWidenableBranchGuardConditions() local 1061 Value *Cond, *WC; in FindWidenableTerminatorAboveLoop() local 1153 Use *Cond, *WC; in predicateLoopExits() local
|
H A D | GuardWidening.cpp | 88 Value *Cond, *WC; in getCondition() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 225 const std::string &TestFilename, WriterContext *WC, in overlapInput() 251 const StringRef ProfiledBinary, WriterContext *WC) { in loadInput() 568 adjustInstrProfile(std::unique_ptr<WriterContext> &WC, in adjustInstrProfile() 852 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 1060 const auto WC = CTy.getBitWidth(); in simplifySymbolCast() local
|