Home
last modified time | relevance | path

Searched refs:CheckTerm (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp475 Instruction *CheckTerm = in checkStackGuard() local
477 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1813 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local
1815 assert(cast<BranchInst>(CheckTerm)->isUnconditional()); in instrumentAddress()
1816 BasicBlock *NextBB = CheckTerm->getSuccessor(0); in instrumentAddress()
1817 IRB.SetInsertPoint(CheckTerm); in instrumentAddress()
1820 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1826 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
H A DMemorySanitizer.cpp1308 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
1310 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()
1404 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local
1408 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()
H A DDataFlowSanitizer.cpp2535 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
2537 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()