HomeSort by relevance Sort by last modified time
    Searched full:entrybb (Results 1 - 21 of 21) sorted by null

  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 33 EntryBB = BasicBlock::Create(Ctx, "entry", F);
66 BasicBlock *EntryBB;
73 IRBuilder<> Builder(EntryBB);
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 194 BasicBlock *EntryBB = F.begin();
203 EntryBB->begin());
228 IRBuilder<> Builder(EntryBB->getTerminator());
405 BasicBlock *EntryBB = F.begin();
406 IRBuilder<> Builder(EntryBB->getTerminator());
464 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator());
WinEHPrepare.cpp     [all...]
BranchFolding.cpp 844 MachineBasicBlock *EntryBB = MergePotentials.begin()->getBlock()->
863 if (MBB == EntryBB && SameTails[i].tailIsWholeBlock())
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 161 llvm::BasicBlock *EntryBB = Fn->begin();
163 std::find_if(EntryBB->begin(), EntryBB->end(), [&](llvm::Instruction &I) {
    [all...]
CGStmtOpenMP.cpp 93 auto EntryBB = Builder.GetInsertBlock();
97 SrcElementCurrent->addIncoming(SrcBegin, EntryBB);
100 DestElementCurrent->addIncoming(DestBegin, EntryBB);
    [all...]
CodeGenFunction.cpp 645 llvm::BasicBlock *EntryBB = createBasicBlock("entry", CurFn);
651 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);
657 Builder.SetInsertPoint(EntryBB);
    [all...]
CGDecl.cpp     [all...]
CGExprAgg.cpp 490 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
497 currentElement->addIncoming(element, entryBB);
    [all...]
CGExprCXX.cpp     [all...]
CGClass.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = BB->getParent()->begin();
273 for (BlockT *CB : depth_first(EntryBB))
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 273 MachineBasicBlock &EntryBB = *Fn.begin();
279 MachineBasicBlock::iterator IP = EntryBB.begin(); // Insert Point
280 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE);
281 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE),
283 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 1634 milliseconds