Home
last modified time | relevance | path

Searched refs:BeginBB (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp211 BasicBlock *BeginBB = nullptr; member in __anonb7327cda0111::HardwareLoop
422 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()
426 << BeginBB->getName() << "\n"); in InitLoopCount()
431 IRBuilder<> Builder(BeginBB->getTerminator()); in InsertIterationSetup()
440 assert((isa<BranchInst>(BeginBB->getTerminator()) && in InsertIterationSetup()
441 cast<BranchInst>(BeginBB->getTerminator())->isConditional()) && in InsertIterationSetup()
443 auto *LoopGuard = cast<BranchInst>(BeginBB->getTerminator()); in InsertIterationSetup()
/external/llvm-project/llvm/lib/CodeGen/
DHardwareLoops.cpp211 BasicBlock *BeginBB = nullptr; member in __anon121c98e60111::HardwareLoop
427 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()
431 << BeginBB->getName() << "\n"); in InitLoopCount()
436 IRBuilder<> Builder(BeginBB->getTerminator()); in InsertIterationSetup()
447 assert((isa<BranchInst>(BeginBB->getTerminator()) && in InsertIterationSetup()
448 cast<BranchInst>(BeginBB->getTerminator())->isConditional()) && in InsertIterationSetup()
450 auto *LoopGuard = cast<BranchInst>(BeginBB->getTerminator()); in InsertIterationSetup()
/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp505 auto BeginBB = MaybeAddNode(&*NI); in getGadgetGraph() local
506 Builder.addEdge(ParentDepth, GI, BeginBB.first); in getGadgetGraph()
511 GI = BeginBB.first; in getGadgetGraph()