Searched refs:getShadow (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp537 Value *Shadow = I.isAtomic() ? getCleanShadow(Val) : getShadow(Val);
675 PHINode *PNS = cast<PHINode>(getShadow(PN));
679 PNS->addIncoming(getShadow(PN, v), PN->getIncomingBlock(v));
862 Value *getShadow(Value *V) { function in struct:__anon2745::MemorySanitizerVisitor
934 Value *getShadow(Instruction *I, int i) { function in struct:__anon2745::MemorySanitizerVisitor
935 return getShadow(I->getOperand(i));
979 Instruction *Shadow = dyn_cast_or_null<Instruction>(getShadow(Val));
1098 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
1106 setShadow(&I, IRB.CreateInsertElement(getShadow(&I, 0), getShadow(
[all...]
H A DDataFlowSanitizer.cpp225 Value *getShadow(Value *V);
472 new StoreInst(DFSF.getShadow(RI->getReturnValue()),
701 val, DFSF.getShadow(i->first->getIncomingValue(val)));
759 Value *DFSanFunction::getShadow(Value *V) { function in class:DFSanFunction
853 Value *Shadow = getShadow(Inst->getOperand(0));
855 Shadow = DFS.combineShadows(Shadow, getShadow(Inst->getOperand(i)), Inst);
983 Value *PtrShadow = DFSF.getShadow(LI.getPointerOperand());
1054 DFSF.getShadow(SI.getValueOperand()), &SI);
1112 Value *CondShadow = DFSF.getShadow(I.getCondition());
1113 Value *TrueShadow = DFSF.getShadow(
[all...]

Completed in 35 milliseconds