HomeSort by relevance Sort by last modified time
    Searched refs:EntryBB (Results 1 - 19 of 19) sorted by null

  /external/llvm/unittests/IR/
ValueTest.cpp 195 BasicBlock &EntryBB = F->getEntryBlock();
196 ASSERT_EQ(3u, EntryBB.size());
200 Instruction *I0 = &*EntryBB.begin();
202 Instruction *I1 = &*++EntryBB.begin();
209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1);
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 194 BasicBlock *EntryBB = &F.front();
202 &EntryBB->front());
228 IRBuilder<> Builder(EntryBB->getTerminator());
404 BasicBlock *EntryBB = &F.front();
405 IRBuilder<> Builder(EntryBB->getTerminator());
462 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator());
BranchFolding.cpp 860 MachineBasicBlock *EntryBB =
    [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 36 EntryBB = BasicBlock::Create(Ctx, "entry", F);
69 BasicBlock *EntryBB;
80 IRBuilder<> Builder(EntryBB);
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 174 llvm::BasicBlock *EntryBB =
177 Builder.SetInsertPoint(EntryBB);
CGVTables.cpp 178 llvm::BasicBlock *EntryBB = &Fn->front();
180 std::find_if(EntryBB->begin(), EntryBB->end(), [&](llvm::Instruction &I) {
184 assert(ThisStore != EntryBB->end() &&
    [all...]
CGStmtOpenMP.cpp 221 auto EntryBB = Builder.GetInsertBlock();
228 SrcElementPHI->addIncoming(SrcBegin, EntryBB);
235 DestElementPHI->addIncoming(DestBegin, EntryBB);
285 auto EntryBB = CGF.Builder.GetInsertBlock();
292 DestElementPHI->addIncoming(DestBegin, EntryBB);
    [all...]
CodeGenFunction.cpp 727 llvm::BasicBlock *EntryBB = createBasicBlock("entry", CurFn);
733 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);
739 Builder.SetInsertPoint(EntryBB);
    [all...]
CGExprCXX.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 351 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline);
352 IRBuilder<> Builder(EntryBB);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 282 MachineBasicBlock &EntryBB = *Fn.begin();
288 MachineBasicBlock::iterator IP = EntryBB.begin(); // Insert Point
289 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE);
290 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE),
292 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 1690 milliseconds