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

12

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfoImpl.h 272 BlockT *EntryBB = &BB->getParent()->front();
273 for (BlockT *CB : depth_first(EntryBB))
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 218 BasicBlock &EntryBB = *F.begin();
219 for (auto I = EntryBB.begin(), E = EntryBB.end(); I != E; ) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 456 BlockT *EntryBB = BB->getParent()->begin();
457 for (df_iterator<BlockT *> NI = df_begin(EntryBB),
458 NE = df_end(EntryBB); NI != NE; ++NI)
    [all...]
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline);
405 IRBuilder<> Builder(EntryBB);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp 745 MachineBasicBlock *EntryBB = MergePotentials.begin()->getBlock()->
764 if (MBB == EntryBB && SameTails[i].tailIsWholeBlock())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 765 llvm::BasicBlock *EntryBB = createBasicBlock("entry", CurFn);
771 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "allocapt", EntryBB);
775 Builder.SetInsertPoint(EntryBB);
    [all...]
CGStmtOpenMP.cpp 346 auto EntryBB = Builder.GetInsertBlock();
353 SrcElementPHI->addIncoming(SrcBegin, EntryBB);
360 DestElementPHI->addIncoming(DestBegin, EntryBB);
481 auto EntryBB = CGF.Builder.GetInsertBlock();
491 SrcElementPHI->addIncoming(SrcBegin, EntryBB);
498 DestElementPHI->addIncoming(DestBegin, EntryBB);
    [all...]
CGExprCXX.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 875 MachineBasicBlock *EntryBB =
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 277 MachineBasicBlock &EntryBB = *Fn.begin();
283 MachineBasicBlock::iterator IP = EntryBB.begin(); // Insert Point
284 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE);
285 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE),
287 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 649 milliseconds

12