Home
last modified time | relevance | path

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

123

/llvm-project/clang/lib/CodeGen/
H A DMCDCState.h39 struct Branch { struct
40 ConditionID ID;
41 const Stmt *DecisionStmt;
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h32 struct Branch { struct
52 SmallVector<Branch, 2> UninitBranches; argument
/llvm-project/llvm/unittests/Transforms/Utils/
H A DProfDataUtilTest.cpp47 auto *Branch = dyn_cast<BranchInst>(&I); in TEST() local
75 auto *Branch = dyn_cast<BranchInst>(&I); in TEST() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferBranchTest.cpp29 std::optional<bool> Branch; member
48 void transferBranch(bool Branch, const Stmt *S, TestLattice &L, in transferBranch()
H A DLoggerTest.cpp43 void transferBranch(bool Branch, const Stmt *S, TestLattice &L, in transferBranch()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp203 MachineInstr *Branch = CCUsers[0]; in convertToBRCT() local
247 MachineInstr *Branch = CCUsers[0]; convertToLoadAndTrap() local
585 MachineInstr *Branch = CCUsers[0]; fuseCompareOperations() local
[all...]
H A DSystemZLongBranch.cpp102 MachineInstr *Branch = nullptr; member
407 MachineInstr *Branch = Terminator.Branch; relaxBranch() local
[all...]
H A DSystemZInstrInfo.h136 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
/llvm-project/llvm/unittests/Analysis/
H A DBranchProbabilityInfoTest.cpp110 BranchInst *Branch = dyn_cast<BranchInst>(LoopHeaderBB->getTerminator()); in TEST_F() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DBranchCloneCheck.cpp50 static bool isFallthroughSwitchBranch(const SwitchBranch &Branch) { in isFallthroughSwitchBranch() argument
/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp231 Instruction &Branch = Loop.front(); TEST_F() local
374 Instruction &Branch = BB.back(); TEST_F() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp342 MachineInstr *Branch = emitElse() local
434 MachineInstr *Branch = emitLoop() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h126 void transferBranchTypeErased(bool Branch, const Stmt *Stmt, in transferBranchTypeErased() argument
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp236 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
/llvm-project/llvm/unittests/IR/
H A DValueTest.cpp374 Instruction *Branch = GetNext(C); TEST() local
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.cpp241 recordBranchCount(const LBREntry & Branch,UnwindState & State,uint64_t Repeat) recordBranchCount() argument
289 const LBREntry &Branch = State.getCurrentLBR(); unwind() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp649 UninitUse::Branch Branch; in getUninitUse() local
654 UninitUse::Branch Branch; in getUninitUse() local
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp325 for (const auto &Branch : Graph.ConditionalBranchNodes) { in indirectCFOperandClobber() local
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h159 Branch, enumerator
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h142 const MCSymbol *Branch; member
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp814 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); replaceEntryBlock() local
1739 auto *Branch = cast<BranchInst>(SuspendBB->getTerminator()); splitAsyncCoroutine() local
1836 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); splitRetconCoroutine() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp425 bool Branch = HexagonMCInstrInfo::getDesc(MCII, ConsumerInst).isBranch(); in checkNewValues() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp406 MachineInstr *Branch = in select() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp658 MachineInstr *Branch = in splitBlockOnBinaryCROp() local

123