Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp665 auto *NewTerm = Builder.CreateBr(Target); in makeUnconditional() local
666 InstInfo[NewTerm].Live = true; in makeUnconditional()
668 NewTerm->setDebugLoc(DL); in makeUnconditional()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp850 Instruction *NewTerm = NewBB->getTerminator(); in DuplicateInstructionsInSplitBetween() local
865 New->insertBefore(NewTerm); in DuplicateInstructionsInSplitBetween()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1723 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2); in instrumentAddress() local
1724 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()