Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp475 Instruction *CheckTerm = in checkStackGuard() local
477 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1898 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local
1900 assert(cast<BranchInst>(CheckTerm)->isUnconditional()); in instrumentAddress()
1901 BasicBlock *NextBB = CheckTerm->getSuccessor(0); in instrumentAddress()
1902 IRB.SetInsertPoint(CheckTerm); in instrumentAddress()
1905 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1911 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
H A DMemorySanitizer.cpp1316 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
1318 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()
1414 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local
1418 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()
H A DDataFlowSanitizer.cpp2549 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
2551 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()