Home
last modified time | relevance | path

Searched defs:Branch (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h32 struct Branch { struct
52 SmallVector<Branch, 2> UninitBranches; argument
H A DThreadSafetyTIL.h1409 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 DSystemZElimCompare.cpp209 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 DSystemZLongBranch.cpp102 MachineInstr *Branch = nullptr; member
407 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
H A DSystemZInstrInfo.h125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
H A DSystemZInstrInfo.cpp384 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h128 void transferBranchTypeErased(bool Branch, const Stmt *Stmt, in transferBranchTypeErased()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp346 MachineInstr *Branch = in emitElse() local
432 MachineInstr *Branch = in emitLoop() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp204 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp239 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 DUninitializedValues.cpp653 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 DFileAnalysis.cpp325 for (const auto &Branch : Graph.ConditionalBranchNodes) { in indirectCFOperandClobber() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp764 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 DMCInstrDesc.h159 Branch, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp429 bool Branch = HexagonMCInstrInfo::getDesc(MCII, ConsumerInst).isBranch(); in checkNewValues() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp658 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp412 MachineInstr *Branch = in select() local
H A DMipsDelaySlotFiller.cpp558 Iter Branch, in replaceWithCompactBranch()
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp380 BranchInst *Branch = BranchInst::Create(IfTrue, IfFalse, Cond); in mutate() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp1133 auto Branch = in select() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp786 llvm::Instruction *Branch = Builder.CreateCondBr(IsRNaN, INaNBB, ContBB); in EmitBinMul() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h939 using Branch = variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp877 auto *Branch = RI.HasBranch ? in checkScopeHoistable() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1750 auto Branch = cast<BranchInst>(BB->getTerminator()); in redirectToHub() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2933 LLVMBool LLVMIsConditional(LLVMValueRef Branch) { in LLVMIsConditional()
2937 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition()
2941 void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond) { in LLVMSetCondition()

12