Home
last modified time | relevance | path

Searched defs:BB2 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPostDominators.cpp59 const BasicBlock *BB2 = I2->getParent(); in dominates() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp205 createSub(MachineBasicBlock * BB1,MachineBasicBlock * BB2,MipsMCExpr::MipsExprKind Kind) const createSub() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h63 unionGroups(const BasicBlock * BB1,const BasicBlock * BB2) unionGroups() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp347 BasicBlock *BB2 = I2->getParent(); in findNearestCommonDominator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp265 const BasicBlock *BB2) { in verifyModelledPHI()
823 auto ComesBefore = [this](const BasicBlock *BB1, const BasicBlock *BB2) { in sinkBB()
H A DConstantHoisting.cpp343 BasicBlock *BB, *BB1, *BB2; in findConstantInsertionPoint() local
H A DLoopInterchange.cpp1399 static void swapBBContents(BasicBlock *BB1, BasicBlock *BB2) { in swapBBContents()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h650 bool compareVectors(std::vector<T> &BB1, std::vector<T> &BB2) { in compareVectors()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp963 til::BasicBlock *BB2 = *It ? lookupBlock(*It) : nullptr; in exitCFGBlockBody() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp370 MachineBasicBlock *NewBB, MachineBasicBlock *BB1, MachineBasicBlock *BB2, in generateExistingPhis()
608 MachineBasicBlock *NewBB, MachineBasicBlock *BB1, MachineBasicBlock *BB2, in generatePhis()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1467 MachineBasicBlock *BB2, MachineRegisterInfo *MRI) { in getSrcVReg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1424 static bool isSafeToHoistInvoke(BasicBlock *BB1, BasicBlock *BB2, in isSafeToHoistInvoke()
1790 auto *BB2 = I2->getParent(); in hoistSuccIdenticalTerminatorToSwitchOrIf() local
4005 static StoreInst *findUniqueStoreInBlocks(BasicBlock *BB1, BasicBlock *BB2) { in findUniqueStoreInBlocks()
7391 BasicBlock *BB2 = BI->getSuccessor(1); in mergeNestedCondBranch() local