/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | UninitializedValues.h | 32 struct Branch { struct 52 SmallVector<Branch, 2> UninitBranches; argument
|
H A D | ThreadSafetyTIL.h | 1409 Branch(SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function 1415 Branch(const Branch &Br, SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 209 MachineInstr *Branch = CCUsers[0]; in convertToBRCT() local 253 MachineInstr *Branch = CCUsers[0]; in convertToLoadAndTrap() local 599 MachineInstr *Branch = CCUsers[0]; in fuseCompareOperations() local
|
H A D | SystemZLongBranch.cpp | 102 MachineInstr *Branch = nullptr; member 407 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
|
H A D | SystemZInstrInfo.h | 125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
|
H A D | SystemZInstrInfo.cpp | 384 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 128 void transferBranchTypeErased(bool Branch, const Stmt *Stmt, in transferBranchTypeErased()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 346 MachineInstr *Branch = in emitElse() local 432 MachineInstr *Branch = in emitLoop() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 204 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 239 void VirtualUnwinder::recordBranchCount(const LBREntry &Branch, in recordBranchCount() 287 const LBREntry &Branch = State.getCurrentLBR(); in unwind() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 653 UninitUse::Branch Branch; in getUninitUse() local 658 UninitUse::Branch Branch; in getUninitUse() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 325 for (const auto &Branch : Graph.ConditionalBranchNodes) { in indirectCFOperandClobber() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 764 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); in replaceEntryBlock() local 1753 auto *Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitAsyncCoroutine() local 1854 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitRetconCoroutine() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 159 Branch, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 429 bool Branch = HexagonMCInstrInfo::getDesc(MCII, ConsumerInst).isBranch(); in checkNewValues() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 658 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 412 MachineInstr *Branch = in select() local
|
H A D | MipsDelaySlotFiller.cpp | 558 Iter Branch, in replaceWithCompactBranch()
|
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 380 BranchInst *Branch = BranchInst::Create(IfTrue, IfFalse, Cond); in mutate() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 1133 auto Branch = in select() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 786 llvm::Instruction *Branch = Builder.CreateCondBr(IsRNaN, INaNBB, ContBB); in EmitBinMul() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 939 using Branch = variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 877 auto *Branch = RI.HasBranch ? in checkScopeHoistable() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1750 auto Branch = cast<BranchInst>(BB->getTerminator()); in redirectToHub() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 2933 LLVMBool LLVMIsConditional(LLVMValueRef Branch) { in LLVMIsConditional() 2937 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() 2941 void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond) { in LLVMSetCondition()
|