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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 502 BasicBlock *EntryBB = F.begin();
518 EntryBB->getTerminator());
523 EntryBB->getTerminator());
527 EntryBB->getTerminator());
532 EntryBB->getTerminator());
586 BasicBlock *ContBlock = EntryBB->splitBasicBlock(EntryBB->getTerminator(),
599 EntryBB->getTerminator());
601 EntryBB->getTerminator());
602 new StoreInst(LSDA, LSDAFieldPtr, true, EntryBB->getTerminator())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 447 BasicBlock *EntryBB = F.begin();
460 EntryBB->getTerminator());
464 EntryBB->getTerminator());
465 new StoreInst(OldBuf, OldJmpBufPtr, true, EntryBB->getTerminator());
468 new StoreInst(JmpBuf, JBListHead, true, EntryBB->getTerminator());
479 "stackptr", EntryBB->begin());
484 "invokenum",EntryBB->begin());
486 InvokeNum, true, EntryBB->getTerminator());
502 BasicBlock *ContBlock = EntryBB->splitBasicBlock(EntryBB->getTerminator()
    [all...]
  /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 170 BasicBlock *EntryBB = &F.front();
178 &EntryBB->front());
203 IRBuilder<> Builder(EntryBB->getTerminator());
374 BasicBlock *EntryBB = &F.front();
375 IRBuilder<> Builder(EntryBB->getTerminator());
431 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator());
  /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/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 244 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", F);
247 BranchInst::Create(LoopBB, EntryBB);
253 PN->addIncoming(Constant::getNullValue(Ty), EntryBB);
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 185 llvm::BasicBlock *EntryBB =
188 Builder.SetInsertPoint(EntryBB);
CGVTables.cpp 176 llvm::BasicBlock *EntryBB = &Fn->front();
178 std::find_if(EntryBB->begin(), EntryBB->end(), [&](llvm::Instruction &I) {
182 assert(ThisStore != EntryBB->end() &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 200 MachineBasicBlock &EntryBB = *Fn.begin();
206 MachineBasicBlock::iterator IP = EntryBB.begin(); // Insert Point
207 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE);
208 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE),
210 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE);
    [all...]
  /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))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfoImpl.h 253 BlockT *EntryBB = &BB->getParent()->front();
254 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopInfoImpl.h 253 BlockT *EntryBB = &BB->getParent()->front();
254 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopInfoImpl.h 253 BlockT *EntryBB = &BB->getParent()->front();
254 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopInfoImpl.h 253 BlockT *EntryBB = &BB->getParent()->front();
254 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))

Completed in 761 milliseconds

1 2